New Feature: add validation rule for username in framework #48411
Unanswered
smarcelloc
asked this question in
Ideas
Replies: 1 comment 2 replies
-
I doubt, there is a universal understanding when it comes down to the specific specification of a "username". Different systems would have different patterns and requirements for their usernames. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When exploring the Laravel ecosystem, the robustness of the validation rules already available is evident. However, I see a opportunity for improvement: the inclusion of a specific validation rule for field username. In my experience at the company I work for, where user management is essential, we often ourselves creating custom rules to validate the username field. Not only my company where I work, other systems use username like github in page register. I believe that the user validation rule can add value to the Laravel community.
Functionality Details:
Examples
Valid:
Invalid:
Beta Was this translation helpful? Give feedback.
All reactions