Minor fix to #65ccc05 - Fixing information disclosure when resetting password
parent
0b36a223b3
commit
ce352fa5e3
|
@ -272,7 +272,7 @@ ForgotPasswordDirective = ($auth, $confirm, $location, $navUrls, $translate) ->
|
||||||
onSuccessSubmit = (response) ->
|
onSuccessSubmit = (response) ->
|
||||||
$location.path($navUrls.resolve("login"))
|
$location.path($navUrls.resolve("login"))
|
||||||
|
|
||||||
text = $translate.instant("FORGOT_PASSWORD_FORM.SUCCESS", {email: response.data.email})
|
text = $translate.instant("FORGOT_PASSWORD_FORM.SUCCESS")
|
||||||
$confirm.success(text)
|
$confirm.success(text)
|
||||||
|
|
||||||
onErrorSubmit = (response) ->
|
onErrorSubmit = (response) ->
|
||||||
|
|
Loading…
Reference in New Issue