Skip to content

Commit

Permalink
Fix plainPasword -> plainPassword
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Apr 2, 2018
1 parent 8aa42ea commit c190e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knpu/ep6-security/conditional-validation-groups.md
@@ -1,7 +1,7 @@
# Validation Groups: Conditional Validation

Ready for the problem? Right now, we need the `plainPassword` to be required. But
later when we create an edit profile page, we *don't* want to make `plainPasword`
later when we create an edit profile page, we *don't* want to make `plainPassword`
required. Remember, this is *not* saved to the database. So if the user leaves it
blank on the edit form, it just means they don't want to change their password.
And that should be allowed.
Expand Down

0 comments on commit c190e48

Please sign in to comment.