Open chcioni opened 2 months ago
Find in database process_ task:
MariaDB [teampass]> select * from teampass_processes where increment_id=1994\G; 1. row increment_id: 1994 created_at: 1724340964 updated_at: 1724341115 finished_at: 1724341128 process_id: NULL process_type: create_user_keys output: arguments: {"new_user_id":10000381} is_in_progress: -1 started_at: 1724341021 item_id: NULL
and I get the email:
By resetting the ongoing_process_id value to NULL on the DB side, I was able to unlock the user. update teampass_users set ongoing_process_id=NULL where id=100186';
How can I verify during the local user creation process?
@chcioni You should not have to do this. Something must have gone wrong. Can you create a new one and check your logs? I will also check on my side.
Attached are the user creation logs, and in teampass_sharekeys_items tables not have any referred for user_id.
Any suggestions?