-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
User not Active after upgrade to 3.1.2.134 #4567
Comments
The task completes without errors, but the user is not active. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Server configuration:
Ubuntu 22.04 LTS
Docker Alpine Linux v3.18
PHP version: 8.2.7
DB: 10.11.8-MariaDB
Teampass versions: 3.1.2.134
Settings:
Issue:
After updating, when creating a user or regenerating the OTP code, the task seems to finish correctly, but when user access, the user's homepage loop. In the Teampass installation use only local users. (No LDAP/OAUTH2)
As workaround, performed the query:
update teampass_users set ongoing_process_id=NULL, special="none" where login='test_cioni';
The text was updated successfully, but these errors were encountered: