overleaf/services/web/locales
June Kelly 3288f87dbe [web] Password set/reset: reject current password (redux) (#8956)
* [web] set-password: reject same as current password

* [web] Add 'peek' operation on tokens

This allows us to improve the UX of the reset-password form,
by not invalidating the token in the case where the new
password will be rejected by validation logic.

We give up to three attempts before invalidating the token.

* [web] Add hide-on-error feature to async forms

This allows us to hide the form elements when certain
named error conditions occur.

* [web] reset-password: handle same-password rejection

We also change the implementation to use the new
peekValueFromToken API, and to expire the token explicitely
after it has been used to set the new password.

* [web] Validate OneTimeToken when loading password reset form

* [web] Rate limit GET: /user/password/set

Now that we are peeking at OneTimeToken when accessing this page,
we add rate to the GET request, matching that of the POST request.

* [web] Tidy up pug layout and mongo query for token peeking

Co-authored-by: Mathias Jakobsen <mathias.jakobsen@overleaf.com>
GitOrigin-RevId: 835205cc7c7ebe1209ee8e5b693efeb939a3056a
2022-09-28 08:06:54 +00:00
..
cs.json auto update translation 2022-07-18 08:05:09 +00:00
da.json auto update translation 2022-09-26 08:04:46 +00:00
de.json auto update translation 2022-07-18 08:05:09 +00:00
en.json [web] Password set/reset: reject current password (redux) (#8956) 2022-09-28 08:06:54 +00:00
es.json auto update translation 2022-07-18 08:05:02 +00:00
fi.json auto update translation 2022-07-18 08:05:02 +00:00
fr.json auto update translation 2022-09-05 08:04:25 +00:00
it.json auto update translation 2022-09-19 08:04:38 +00:00
ja.json auto update translation 2022-09-05 08:04:25 +00:00
ko.json auto update translation 2022-07-18 08:05:09 +00:00
nl.json auto update translation 2022-09-19 08:04:38 +00:00
no.json auto update translation 2022-07-18 08:05:02 +00:00
pl.json auto update translation 2022-07-18 08:05:02 +00:00
pt.json auto update translation 2022-07-18 08:05:02 +00:00
README.md Merge pull request #3163 from overleaf/as-jpa-i18n-cleanup 2020-09-18 02:04:41 +00:00
ru.json auto update translation 2022-09-19 08:04:38 +00:00
sv.json auto update translation 2022-07-28 08:03:50 +00:00
tr.json auto update translation 2022-07-18 08:05:02 +00:00
zh-CN.json auto update translation 2022-09-26 08:04:54 +00:00

Locales

These files are not to be edited by hand. OneSky is used to manage the locales.

Please contact us via support@overleaf.com if you want to contribute any changes.