Changeset 4008:123f9480c8ed for admin/user.php
- Timestamp:
- 07/12/19 10:08:57 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/user.php
r3985 r4008 142 142 143 143 dcPage::addSuccessNotice(__('User has been successfully created.')); 144 dcPage::addWarningNotice(__('User has no permission, he will not be able to login yet. See below to add some.')); 144 145 if (!empty($_POST['saveplus'])) { 145 146 $core->adminurl->redirect("admin.user"); … … 159 160 dcPage::jsLoad('js/jquery/jquery.pwstrength.js') . 160 161 dcPage::jsJson('user', [ 161 162 163 164 165 166 162 sprintf(__('Password strength: %s'), __('very weak')), 163 sprintf(__('Password strength: %s'), __('weak')), 164 sprintf(__('Password strength: %s'), __('mediocre')), 165 sprintf(__('Password strength: %s'), __('strong')), 166 sprintf(__('Password strength: %s'), __('very strong')) 167 ]) . 167 168 dcPage::jsLoad('js/_user.js') . 168 169 $core->callBehavior('adminUserHeaders'),
Note: See TracChangeset
for help on using the changeset viewer.