Simple forum software for building great communities.
Go to file
Toby Zerner 9b5b97ff63 Validate password length
We can't do this using the ValidatesBeforeSave trait because the
password has been hashed by then. Instead, we must validate the
original password as it comes in.
2015-08-31 12:38:15 +09:30
framework/core Validate password length 2015-08-31 12:38:15 +09:30