Replace tabs with Spaces
I *really* wish Atom would stop doing this to me.
This commit is contained in:
parent
695728295a
commit
4604500349
17 changed files with 240 additions and 238 deletions
|
@ -70,10 +70,10 @@ class User extends Model implements AuthenticatableContract,
|
|||
|
||||
/**
|
||||
* Set a user password to a new value assuming it meets the following requirements:
|
||||
* - 8 or more characters in length
|
||||
* - at least one uppercase character
|
||||
* - at least one lowercase character
|
||||
* - at least one number
|
||||
* - 8 or more characters in length
|
||||
* - at least one uppercase character
|
||||
* - at least one lowercase character
|
||||
* - at least one number
|
||||
*
|
||||
* @param string $password The raw password to set the account password to.
|
||||
* @param string $regex The regex to use when validating the password. Defaults to '((?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,})'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue