Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error on account activation with wrong passwd #22609

Merged
merged 3 commits into from
Jan 28, 2023

Commits on Jan 26, 2023

  1. Fix error on account activation with wrong passwd

    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.
    
    Now, entering a wrong password for a valid token prints a different
    error message.
    fnetX committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2139afc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    e4106e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    4ca7020 View commit details
    Browse the repository at this point in the history