Вопрос

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