User edition

Added forms that allow user display names to be set and passwords to be
changed. All users can modify users at this time.
This commit is contained in:
Emmanuel BENOîT 2012-02-06 10:03:11 +01:00
parent ad4071b4e8
commit 9cc43ea4fe
4 changed files with 236 additions and 48 deletions
includes/t-users

View file

@ -9,5 +9,8 @@ $package[ 'pages' ][] = 'tasks_users';
$package[ 'ctrls' ][] = 'users_list';
$package[ 'ctrls' ][] = 'users_add';
$package[ 'ctrls' ][] = 'users_add_form';
$package[ 'ctrls' ][] = 'users_edit';
$package[ 'ctrls' ][] = 'users_edit_form';
$package[ 'ctrls' ][] = 'users_set_password';
$package[ 'views' ][] = 'users_list';