Allow users to change their own passwords

This commit is contained in:
Savetheinternet 2011-03-28 02:41:06 +11:00
parent f7313d4a0e
commit 4f775fc98d
3 changed files with 34 additions and 11 deletions

View file

@ -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