Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0001 committed Feb 23, 2024
1 parent b28240f commit f5ad2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function add()
$this->acl_manager->has_access_or_die('user', 'create');
$this->data['page_title'] = t("create_user_account");

$use_complex_password=$this->ci->config->item("require_complex_password");
$use_complex_password=$this->config->item("require_complex_password");

//validate form input
$this->form_validation->set_rules('username', t('username'), 'xss_clean|max_length[20]|required|callback_username_exists');
Expand Down

0 comments on commit f5ad2d8

Please sign in to comment.