From: ikawhero Date: Fri, 12 Jan 2007 07:04:19 +0000 (+0000) Subject: Adding the customisable profile fields link X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=841f143d20208c4445866bb696deda1523cdc825;p=moodle.git Adding the customisable profile fields link --- diff --git a/admin/settings/users.php b/admin/settings/users.php index d5effe4b3f..ef49ac922b 100644 --- a/admin/settings/users.php +++ b/admin/settings/users.php @@ -11,6 +11,7 @@ $ADMIN->add('users', new admin_category('accounts', get_string('accounts', 'admi $ADMIN->add('accounts', new admin_externalpage('editusers', get_string('userlist','admin'), "$CFG->wwwroot/$CFG->admin/user.php", array('moodle/user:update', 'moodle/user:delete'))); $ADMIN->add('accounts', new admin_externalpage('addnewuser', get_string('addnewuser'), "$CFG->wwwroot/$CFG->admin/user.php?newuser=true", 'moodle/user:create')); $ADMIN->add('accounts', new admin_externalpage('uploadusers', get_string('uploadusers'), "$CFG->wwwroot/$CFG->admin/uploaduser.php", 'moodle/site:uploadusers')); +$ADMIN->add('accounts', new admin_externalpage('profilefields', get_string('profilefields','admin'), "$CFG->wwwroot/user/profile/index.php", 'moodle/user:update')); // stuff under the "roles" subcategory