문제

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 :

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top