User pages

Added a small and, for now, mostly empty page for each user. Users will
be redirected to their page when they log on.
This commit is contained in:
Emmanuel BENOîT 2012-02-06 17:22:58 +01:00
parent 56741bccaa
commit dae65c0b4b
4 changed files with 65 additions and 5 deletions
includes/t-users

View file

@ -12,5 +12,7 @@ $package[ 'ctrls' ][] = 'users_add_form';
$package[ 'ctrls' ][] = 'users_edit';
$package[ 'ctrls' ][] = 'users_edit_form';
$package[ 'ctrls' ][] = 'users_set_password';
$package[ 'ctrls' ][] = 'users_view';
$package[ 'views' ][] = 'users_list';
$package[ 'views' ][] = 'users_view';