- user: remove unnecessary code which has been included in the password widget.

This commit is contained in:
liugang
2023-10-19 09:05:46 +08:00
parent 41bfe09098
commit 2a6f48a3c4
5 changed files with 0 additions and 11 deletions
-2
View File
@@ -10,7 +10,6 @@ declare(strict_types=1);
*/
namespace zin;
jsVar('passwordStrengthList', $lang->user->passwordStrengthList);
jsVar('batchCreateCount', $config->user->batchCreate);
$visibleFields = array();
@@ -27,7 +26,6 @@ foreach(explode(',', $config->user->create->requiredFields) as $field)
formBatchPanel
(
h::import($config->webRoot . 'js/md5.js', 'js'),
set::headingClass('user-batchcreate-heading'),
set::title($lang->user->batchCreate),
on::change('[data-name="new"]', 'toggleNew'),