Frage

I am trying to use Pinax with the included django-user-accounts app. I cannot find how I can generate a "signup code" and send it to the user, after the former fills up a form. Is it supported by django-user-accounts or do I have to do it by myself?

War es hilfreich?

Lösung

The signup-code part of django-user-accounts originally comes from the pinax.apps.signup_codes project.

And it seems like they missed to include the admin_invite_user view and the InviteUserForm too.

So the solution is :

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top