mirror of
https://github.com/flarum/core.git
synced 2025-08-13 20:04:24 +02:00
Add validation message for username regex rule
See flarum/core@445517ee84
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user