Codeigniter Ion Auth Password length

Ion auth is an authentication library for Codeigniter framework, easy to use, change or add custom functions to it.

To set minimum or maximum password length in codeigniter you have to find the config.php file.

These lines do the trick.

 

$config['min_password_length']  = 7; 
$config['max_password_length'] = 20;

 

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x