Skip to content

Commit ac6aee6

Browse files
committed
Correction password update link ('this form')
1 parent 0249e29 commit ac6aee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xadmin/plugins/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def post(self, request):
257257
else:
258258
return self.get_response()
259259

260-
site.register_view(r'^auth/user/(.+)/update/password/$',
260+
site.register_view(r'^auth/user/(.+)/password/$',
261261
ChangePasswordView, name='user_change_password')
262262
site.register_view(r'^account/password/$', ChangeAccountPasswordView,
263263
name='account_password')

0 commit comments

Comments
 (0)