mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 20:41:22 +00:00
Update wording and endpoint for change password form
This commit is contained in:
parent
4abbc5d569
commit
98be2c2bf5
1 changed files with 2 additions and 2 deletions
|
@ -77,11 +77,11 @@ block content
|
|||
h3 #{translate("change_password")}
|
||||
if externalAuthenticationSystemUsed() && !settings.overleaf
|
||||
p
|
||||
Password settings are managed externally to Overleaf
|
||||
Password settings are managed externally
|
||||
else
|
||||
- var submitAction
|
||||
if settings.overleaf
|
||||
- submitAction = '/change_password/v1'
|
||||
- submitAction = '/user/change_password/v1'
|
||||
else
|
||||
- submitAction = '/user/password/update'
|
||||
form(
|
||||
|
|
Loading…
Reference in a new issue