Executing script scripts/admin/EditUser.groovy with JID of user that doesn't exist causes creation of the user with account_status value of -1
scripts/admin/EditUser.groovy
account_status
-1
mysql> select * from tig_users where user_id = 'wojtek2@x.cloud' \G *************************** 1. row *************************** uid: 181594 user_id: wojtek2@x.cloud sha1_user_id: 7e1b2f3745d950f611f8d0356645331b699dbf68 user_pw: NULL acc_create_time: 2020-08-18 00:40:14 last_login: NULL last_logout: NULL online_status: 0 failed_logins: 0 account_status: -1
Wasn't that fixed after we disabled automatic user creation?
Executing script
scripts/admin/EditUser.groovy
with JID of user that doesn't exist causes creation of the user withaccount_status
value of-1