You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
Otto Richter (fnetX) 95d9fbdcf3
Fix error on account activation with wrong passwd (#22609)
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 0f14f69e60.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
api Add API endpoint to get latest release (#21267) 2 years ago
common Support disabling database auto migration (#22053) 2 years ago
install fix: update settings table on install (#22326) 2 years ago
private Prevent multiple `To` recipients (#22566) 2 years ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Fix error on account activation with wrong passwd (#22609) 2 years ago
init.go Add support for incoming emails (#22056) 2 years ago