#346 fixed security filter error
This commit is contained in:
parent
240205b9b1
commit
71ca207869
@ -28,7 +28,7 @@ class SYS_SAIMOD_SECURITY_USERS_FILTER extends \SYSTEM\DB\QP {
|
||||
* @return string Returns MYSQL Query String
|
||||
*/
|
||||
public static function mysql(){return
|
||||
'SELECT id,username,email,joindate,locale,unix_timestamp(last_active)as last_active, account_flag'.
|
||||
'SELECT id,username,email,joindate,locale,unix_timestamp(last_active)as last_active, email_confirmed'.
|
||||
' FROM system_user'.
|
||||
' LEFT JOIN system_user_to_rights ON system_user.ID = system_user_to_rights.userID'.
|
||||
' WHERE (username LIKE ? OR email LIKE ?) AND rightID = ?'.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user