mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 06:39:25 +00:00
Added link to change a user's password.
This commit is contained in:
@@ -48,7 +48,8 @@ function refresh_apikey(key) {
|
||||
</p>
|
||||
<p>
|
||||
<div class="skill_controls">
|
||||
<a href="{% url sso.views.refresh_access %}">Update Access</a><br/>
|
||||
<a href="{% url sso.views.refresh_access %}">Update Access</a>
|
||||
<a href="{% url django.contrib.auth.views.password_change %}">Change Your Password</a><br/>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user