mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 15:31:06 +01:00
parent
0b72c00fad
commit
5e7dee0db5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ func Toggle(options *ToggleOptions) macaron.Handler {
|
||||||
// prevent infinite redirection
|
// prevent infinite redirection
|
||||||
// also make sure that the form cannot be accessed by
|
// also make sure that the form cannot be accessed by
|
||||||
// users who don't need this
|
// users who don't need this
|
||||||
if ctx.Req.URL.Path == setting.AppSubURL+"/user/settings/change_password" {
|
if ctx.Req.URL.Path == "/user/settings/change_password" {
|
||||||
if !ctx.User.MustChangePassword {
|
if !ctx.User.MustChangePassword {
|
||||||
ctx.Redirect(setting.AppSubURL + "/")
|
ctx.Redirect(setting.AppSubURL + "/")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue