Skip to content

Commit

Permalink
Merge pull request #1034 from phillmac/patch-2
Browse files Browse the repository at this point in the history
Fix edit password schema field name
  • Loading branch information
lcharette authored Nov 17, 2019
2 parents 8952fda + ac40d15 commit 99f383b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/sprinkles/admin/schema/requests/user/edit-password.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
value:
password:
validators:
required:
domain: client
Expand All @@ -19,7 +19,7 @@ passwordc:
message: VALIDATE.REQUIRED
matches:
domain: client
field: value
field: password
label: "&PASSWORD.CONFIRM"
message: VALIDATE.PASSWORD_MISMATCH
length:
Expand Down

0 comments on commit 99f383b

Please sign in to comment.