rohsyl/omega-l

Installation : Provide good instructions when defining the password

stevenroh opened this issue · 1 comments

The password is validated with a regex :

'password' => 'required|min:7|regex:/^.*(?=.{3,})(?=.*[a-zA-Z])(?=.*[0-9])(?=.*[\d\X])(?=.*[!$#%]).*$/',

Howewer, error message is unclear and should give password requirements.

Error about the password format

PS : LzzGaXcxDMpUXMa8MSGxX82cdwHQp3 looks a good password but cannot be used

I will remove the regex and let the user use the password he want with no restrictions.