mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 03:59:39 +08:00
Add new password rule language line (#151)
See: 050c1d880e
Co-authored-by: Miles Cellar <milescellar@users.noreply.github.com>
This commit is contained in:
parent
4888bedbfe
commit
fda5e626f7
@ -72,6 +72,7 @@ validation:
|
||||
not_in: "The selected :attribute is invalid."
|
||||
not_regex: "The :attribute format is invalid."
|
||||
numeric: "The :attribute must be a number."
|
||||
password: "The password is incorrect."
|
||||
present: "The :attribute field must be present."
|
||||
regex: "The :attribute format is invalid."
|
||||
required: "The :attribute field is required."
|
||||
|
Loading…
x
Reference in New Issue
Block a user