Lines Matching +full:- +full:- +full:name
15 * statement to select a single user identified by its login name
18 * return: user, name, mail, (clear|hash), [uid], [*]
20 $conf['select-user'] = '';
28 $conf['check-pass'] = '';
31 * statement to select a single user identified by its login name
36 $conf['select-user-groups'] = '';
43 $conf['select-groups'] = '';
48 * input: :user, :name, :mail, (:clear|:hash)
50 $conf['insert-user'] = '';
57 $conf['delete-user'] = '';
62 * Make sure the list is distinct and sorted by user name. Apply the given limit and offset
64 * input: :user, :name, :mail, :group, :start, :end, :limit
67 $conf['list-users'] = '';
74 * input: :user, :name, :mail, :group
77 $conf['count-users'] = '';
80 * Update user data (except password and user name)
82 * input: :user, :name, :mail, [:uid], [*]
84 $conf['update-user-info'] = '';
87 * Update user name aka login
91 $conf['update-user-login'] = '';
98 $conf['update-user-pass'] = '';
105 $conf['insert-group'] = '';
112 $conf['join-group'] = '';
119 $conf['leave-group'] = '';