[bug] LDAP authentication: cannot move account #807
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#807
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
From source
Extra details
Gentoo Linux
Version
v3.13.2, origin/stable
PostgreSQL version
16.3
What were you trying to do?
When trying to move your account, it asks for the account password. Unfortunately Utils.confirm_current_password exclusively checks the password hash in the DB which doesn't work for LDAP accounts, so the user will always receive an "Invalid password" (unless they use the password that matches the hash in the DB)
What did you expect to happen?
User should be able to use their LDAP password to move their account.
What actually happened?
LDAP password is invalid for moving account.
Logs
No response
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?