In Pinax, how to invite when ACCOUNT_OPEN_SIGNUP = False?

476 Views Asked by At

In Pinax, when

ACCOUNT_OPEN_SIGNUP = False

how does the admin invite more users to the system?

How does one generate invitation codes? How do they work?

1

There are 1 best solutions below

0
On BEST ANSWER

The only way currently is to hit /admin/invite_user/ as a site admin. Currently, you can only send out one invitation at a time. We are definitely going to improve this in 0.9. Suggestions welcome.