简体   繁体   中英

PINAX, django-user-accounts and signup code

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?

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 :

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM