Lines Matching full:user
10 $lang['user'] = 'The user for the above database connection (empty for sqlite)';
12 $lang['select-user'] = 'SQL Statement to select the data of a single user';
13 $lang['select-user-groups'] = 'SQL Statement to select all groups of a single user';
15 $lang['insert-user'] = 'SQL Statement to insert a new user into the database';
16 $lang['delete-user'] = 'SQL Statement to remove a single user from the database';
19 $lang['update-user-info'] = 'SQL Statement to update the full name and email address of a single …
20 $lang['update-user-login'] = 'SQL Statement to update the login name of a single user';
21 $lang['update-user-pass'] = 'SQL Statement to update the password of a single user';
23 $lang['join-group'] = 'SQL Statement to add a user to an existing group';
24 $lang['leave-group'] = 'SQL Statement to remove a user from a group';
25 …'SQL Statement to check the password for a user. Can be left empty if password info is fetched in …