95d9fbdcf3
On activating local accounts, the error message didn't differentiate
between using a wrong or expired token, or a wrong password. The result
could already be obtained from the behaviour (different screens were
presented), but the error message was misleading and lead to confusion
for new users on Codeberg with Forgejo.
Now, entering a wrong password for a valid token prints a different
error message.
The problem was introduced in
|
||
---|---|---|
.. | ||
activate.tmpl | ||
captcha.tmpl | ||
change_passwd.tmpl | ||
change_passwd_inner.tmpl | ||
finalize_openid.tmpl | ||
forgot_passwd.tmpl | ||
grant.tmpl | ||
grant_error.tmpl | ||
link_account.tmpl | ||
oidc_wellknown.tmpl | ||
prohibit_login.tmpl | ||
reset_passwd.tmpl | ||
signin.tmpl | ||
signin_inner.tmpl | ||
signin_navbar.tmpl | ||
signin_openid.tmpl | ||
signup.tmpl | ||
signup_inner.tmpl | ||
signup_openid_connect.tmpl | ||
signup_openid_navbar.tmpl | ||
signup_openid_register.tmpl | ||
twofa.tmpl | ||
twofa_scratch.tmpl | ||
webauthn.tmpl | ||
webauthn_error.tmpl |