DevProgress / HillaryBNB

Home sharing app for Hillary Clinton supporters
Other
10 stars 13 forks source link

Don't let user change their email address once their email is verified #68

Closed explikated closed 8 years ago

explikated commented 8 years ago

Addresses this issue: https://github.com/DevProgress/HillaryBNB/issues/64

Blocked on the back end using a dirty record validation.

Blocked on the front end by using a read-field on email once the user is confirmed. Debated adding some sort of messaging when it's read only. Something like "Your email cannot be updated once confirmed" Easy enough to add in if you think it would help.

screen shot 2016-10-13 at 12 26 03 am
dsjoerg commented 8 years ago

excellent thanks @explikated !!