mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Add validation message for username regex rule
See flarum/core@445517ee84
This commit is contained in:
parent
24d96f808d
commit
bac0b84b88
|
@ -67,3 +67,7 @@ validation:
|
|||
content: content
|
||||
name_singular: singular name
|
||||
name_plural: plural name
|
||||
|
||||
custom:
|
||||
username:
|
||||
regex: "The username may only contain letters, numbers, and dashes."
|
||||
|
|
Loading…
Reference in New Issue
Block a user