emreakay / CodeIgniter-Aauth

Authorization, Authentication and User Management library for Codeigniter 2.x and 3.x to make easy user management and permission operations
http://emreakay.com
GNU Lesser General Public License v3.0
393 stars 234 forks source link

Password creation rules #247

Closed darkbcx closed 5 years ago

darkbcx commented 5 years ago

is there any rules for password creation such as must contain uppercase, must begin with numeric, etc?

can i change the rules if they exist?

REJack commented 5 years ago

To setup rules like this you need to modify Aauth's create_user() & update_user().

darkbcx commented 5 years ago

ok. thank you.