How to add the forgot-password feature to Django admin site? With email/security question options? Is there any plug-in/extension available?
How to add the forgot-password feature to Django admin site? With email/security question options?
Share
They are all there built in the django. Just add the relevant url patterns. As follows.
And, oh, while you are at it, also add the views and url patterns for password change.
They are listed in the documentation of course.
You’ll have to provide your own templates.