forked from leftypol/leftypol
Allow users to change their own passwords
This commit is contained in:
parent
f7313d4a0e
commit
4f775fc98d
3 changed files with 34 additions and 11 deletions
|
@ -321,6 +321,8 @@
|
|||
$config['mod']['promoteusers'] = ADMIN;
|
||||
// Edit any users' login information
|
||||
$config['mod']['editusers'] = ADMIN;
|
||||
// Change user's own password
|
||||
$config['mod']['change_password'] = JANITOR;
|
||||
// Delete a user
|
||||
$config['mod']['deleteusers'] = ADMIN;
|
||||
// Create a user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue