Skip to content

Commit

Permalink
Fix edit password schema
Browse files Browse the repository at this point in the history
  • Loading branch information
phillmac authored Sep 16, 2019
1 parent a8e6711 commit ac40d15
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 ac40d15

Please sign in to comment.