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
Invalid credentials error when signing in to non-LDAP accounts #15
Comments
|
Workerd for me with Pleroma, Worked like a charm on a new install of Akkoma. |
|
Do you use a password with special characters @Graycot ? |
No, I did not. |
|
So if I understand correctly :
Which version are you using ? #12 fixed a syntax error in LDAP config, maybe that changed something ? |
|
Same here with the latest 3.7.1~ynh1 version. My config looks like this: If I try to set enabled: false it still does not work. Is there a way to entirely remove LDAP from Akkoma? Edit: I am stupid. I should have read the docs and the main comment here. Works now. Sorry. |
|
What was the issue ? |
For me trying to login with non LDAP users. Would not work. Disabling LDAP entirely fixes the issue. |
This is the issue and solution I experienced. |
|
I hope recent config change would fix it… if anyone can try a fresh install of #28… or check their |
|
Thanks for sharing the workaround, because I suddenly encountered this issue recently… it was quick and easy to identify and fix it thanks to you. I wonder if we should disable LDAP by default until we integrate it properly 🤔 |
|
As a side note, I had to dump instance config from database, change the values, then migrate config file to db again, as I would have lost my settings (done from the admin UI) it if I migrated the config file first. |
Problem: After registering a non-YunoHost/LDAP Akkoma account, signing in throws a "Invalid Credentials" error.
Solution: Go to the Admin FE > Settings > Authentication > LDAP > Toggle off "Enabled".
Note: Signing in with the original LDAP connected admin account is not affected by disabling LDAP, and works as normal.
The text was updated successfully, but these errors were encountered: