Projects tigase _server server-core Issues #1190
Executing EditUser on non-existen't user causes creation of the user (#1190)
Won't Fix
wojciech.kapcia@tigase.net opened 4 years ago

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

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
Andrzej Wójcik (Tigase) commented 3 years ago

Wasn't that fixed after we disabled automatic user creation?

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Version
tigase-server-8.2.0
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1190
Please wait...
Page is in error, reload to recover