Bugfix on forgot password screen
This commit is contained in:
parent
5e5a7bc6c1
commit
944cac731d
|
@ -147,6 +147,11 @@ func ForgotPassword() http.HandlerFunc {
|
||||||
}); err != nil {
|
}); err != nil {
|
||||||
session.FlashError(w, r, "Error sending an email: %s", err)
|
session.FlashError(w, r, "Error sending an email: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Success message and redirect away.
|
||||||
|
session.Flash(w, r, vagueSuccessMessage)
|
||||||
|
templates.Redirect(w, r.URL.Path)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
var vars = map[string]interface{}{
|
var vars = map[string]interface{}{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user