1
0
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:
Qiaeru
2020-08-14 11:09:05 +02:00
committed by GitHub
parent 4888bedbfe
commit fda5e626f7

View File

@@ -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."