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

Distinguish wrong credentials from other problems (IMAP) #228

Merged
merged 1 commit into from
Apr 2, 2024

Commits on Nov 25, 2023

  1. Distinguish wrong credentials from other problems (IMAP)

    Verifying login data can fail for a number of reasons like temporary
    connection failure to the IMAP server, Internal problems of the IMAP
    server, or actually wrong username / password combination.
    
    This change logs the reason for login failures, helping server admins to
    diagnose login problems and better support their users.
    
    Ideally, we would have an option to pass the reason upwards, so the
    NextCloud login system can show appropriate errors to users attempting
    to login.
    
    Signed-off-by: Bjoern Kahl <[email protected]>
    BjoKaSH committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    6948390 View commit details
    Browse the repository at this point in the history