good morning!!!!

Skip to content
Snippets Groups Projects
Commit cb26a28f authored by or-else's avatar or-else
Browse files

fix: incorrectly ignored logical auth handler when deleting account

parent 7ce800d1
No related branches found
No related tags found
No related merge requests found
......@@ -622,7 +622,7 @@ func replyDelUser(s *Session, msg *ClientComMessage) {
// Disable all authenticators
authnames := store.Store.GetAuthNames()
for _, name := range authnames {
hdl := store.Store.GetAuthHandler(name)
hdl := store.Store.GetLogicalAuthHandler(name)
if !hdl.IsInitialized() {
continue
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment