Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[admin] Add a link to password reset in login form #19

Closed
nemesifier opened this issue Nov 23, 2017 · 0 comments
Closed

[admin] Add a link to password reset in login form #19

nemesifier opened this issue Nov 23, 2017 · 0 comments

Comments

@nemesifier
Copy link
Member

The module openwisp-users (a dependency of openwisp-controller) has a view that allows users to reset their password which they get via email, but this feature is not advertised in the web interface in anyway.

We should add a link from the admin login form just before the login button.

Eg:

# templates/admin/login/ecc.. 
{% extends 'login.html' %}
{% url 'account_reset_password' %}

One of the base templates of the django admin has to be extended and modified, you will have to find which one.

Once ready, send a pull request and ask for a review, then fix all the issues that are brought up during the review to complete the task.

nemesifier added a commit that referenced this issue Nov 30, 2017
[admin] Add a link to password reset in login form #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant