lgraba / Prty

A small Laravel application for me to play around with
1 stars 0 forks source link

Change Password #8

Open lgraba opened 9 years ago

lgraba commented 9 years ago

I've added the Profile Edit functionality, but didn't add any change password fields. I think this would be nice in another section. Or, it would be possible in the same form, under a different section like so: A checkbox required to show the change password fields. Then add complex validation rules to say that if the checkbox is checked, require both 'New Password' and 'New Password Confirmation" fields with them matching.

lgraba commented 9 years ago

I will probably do decide about the structure and do this when I add in password reset and mailing functionality.