mirror of
https://github.com/flarum/core.git
synced 2025-08-09 09:57:06 +02: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:
@@ -72,6 +72,7 @@ validation:
|
|||||||
not_in: "The selected :attribute is invalid."
|
not_in: "The selected :attribute is invalid."
|
||||||
not_regex: "The :attribute format is invalid."
|
not_regex: "The :attribute format is invalid."
|
||||||
numeric: "The :attribute must be a number."
|
numeric: "The :attribute must be a number."
|
||||||
|
password: "The password is incorrect."
|
||||||
present: "The :attribute field must be present."
|
present: "The :attribute field must be present."
|
||||||
regex: "The :attribute format is invalid."
|
regex: "The :attribute format is invalid."
|
||||||
required: "The :attribute field is required."
|
required: "The :attribute field is required."
|
||||||
|
Reference in New Issue
Block a user