|
|
|
|
|
by chacha102
5542 days ago
|
|
I really find it annoying that I have to retype my password whenever there is an error with a completely non-related part of the form. I know that it would be irresponsible for them to send me back my password in plain text, so I guess I can live with it. But it is still annoying. |
|
Good implementations of this approach also don't persist the password in plain-text in the temporary store. You crypt the password using whatever method you were going to when you stored it in the database and keep that around until you're ready to make the changes permanent.