We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0249e29 commit ac6aee6Copy full SHA for ac6aee6
1 file changed
xadmin/plugins/auth.py
@@ -257,7 +257,7 @@ def post(self, request):
257
else:
258
return self.get_response()
259
260
-site.register_view(r'^auth/user/(.+)/update/password/$',
+site.register_view(r'^auth/user/(.+)/password/$',
261
ChangePasswordView, name='user_change_password')
262
site.register_view(r'^account/password/$', ChangeAccountPasswordView,
263
name='account_password')
0 commit comments