You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated from 0.16 to 0.18.1 and now it's throwing me error error: Duplicate field regex
#[validate( length( min = 3, max = 20, message = "Username must be between 3 and 20 characters"), regex( path = "USERNAME_ALLOWED_CHARACTERS", message = "Username must only contain alphanumeric characters and underscores"), regex( path = "USERNAME_UNDERSCORE_LIMIT", message = "Username must contain no more than 1 underscore"), regex( path = "USERNAME_UNDERSCORE_PLACEMENT", message = "Username must not start or end with an underscore"))]
Thank you!
The text was updated successfully, but these errors were encountered:
It was not intentional that it was working but I don't see a reason not to add it back. Would have to be from a PR though, i'm unlikely to have time for it anytime soon.
I updated from 0.16 to 0.18.1 and now it's throwing me error error: Duplicate field
regex
Thank you!
The text was updated successfully, but these errors were encountered: