Issue #5394: Wrong url for forgot_password in basic_auth plugin
Fix by jerome. Thank you!
This commit is contained in:
parent
ea309bff97
commit
64c035b39f
@ -63,7 +63,8 @@ def forgot_password(request):
|
|||||||
messages.add_message(request,
|
messages.add_message(request,
|
||||||
messages.WARNING,
|
messages.WARNING,
|
||||||
_("Couldn't find someone with that username."))
|
_("Couldn't find someone with that username."))
|
||||||
return redirect(request, 'mediagoblin.auth.forgot_password')
|
return redirect(request,
|
||||||
|
'mediagoblin.plugins.basic_auth.forgot_password')
|
||||||
|
|
||||||
success_message = _("An email has been sent with instructions "
|
success_message = _("An email has been sent with instructions "
|
||||||
"on how to change your password.")
|
"on how to change your password.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user