UI login authentication failing after updating #106
-
|
We performed a password recovery to login to our CLI, once we had access we went through the update process. After a few minutes we were redirected to the login page, but none of the authentication methods are working. I no longer have the internal administrator password, and we were previously set up with LDAP auth to our AD, which is now saying authentication failed even with proper credentials. Is this a common problem, or is there a way to recover the LDAP auth and/or the local administrator user? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@ciesinsn just for visibility....sorry to bother but can't come up with anything on my own. |
Beta Was this translation helpful? Give feedback.
-
|
I managed to resolve this. Seems that being on an old DB schema while updating using git pull breaks something in the LDAP config. By manually updating through schemas 4, 5, 6 and 7 via CLI it unlocks whatever was blanking out the LDAP config and stuff starts working again. |
Beta Was this translation helpful? Give feedback.
I managed to resolve this. Seems that being on an old DB schema while updating using git pull breaks something in the LDAP config. By manually updating through schemas 4, 5, 6 and 7 via CLI it unlocks whatever was blanking out the LDAP config and stuff starts working again.