3

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?

Joseph Turian
  • 15,430
  • 14
  • 47
  • 62

1 Answers1

2

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.

Brian Rosner
  • 694
  • 4
  • 9