3,035
edits
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
* <strike>After updating a profile, the user is logged out</strike> | * <strike>After updating a profile, the user is logged out</strike> | ||
* When updating a profile, if a password is entered into the first box but not the second (or the second doesn't match), the password overwrites the saved password in the database in plain text. | * <strike>When updating a profile, if a password is entered into the first box but not the second (or the second doesn't match), the password overwrites the saved password in the database in plain text.</strike> -- '''This no longer produces an overwrite in plaintext, but it does not show an error of any sort, and takes the user back to their home page. It is a bad UI experience and should be fixed, IMO. This is pretty much the same issue as below.''' | ||
* When updating a profile, if a password is entered into the second box but not the first, the form continues submission, no updates are made, no errors are shown | * <strike>When updating a profile, if a password is entered into the second box but not the first, the form continues submission, no updates are made, no errors are shown</strike> -- '''Same problem as above. When passwords to not match you should stop submission and show an error.''' | ||
* <strike>going to /party/view/<number> and clicking "Count me in!" will create rows in the database for parties that don't exist</strike> | * <strike>going to /party/view/<number> and clicking "Count me in!" will create rows in the database for parties that don't exist</strike> | ||
* When viewing a party that is invitation only, there is no way for someone to tell that they have to be invited. | * When viewing a party that is invitation only, there is no way for someone to tell that they have to be invited. -- '''This is still an issue -- a user really has no way of seeing "parties I've been invited to".''' |
edits