Custom Query (1173 matches)
Results (7 - 9 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#139 | FIXED | "Edit profile" - The "Website" field should not be required | ||
Description |
Neither ``website`` nor ``bio`` should be mandatory to submit the form. |
|||
#297 | FIXED | "Forgot your password" link disabled for no reason when registration disabled | ||
Description |
"Forgot your password" link currently gets disabled when registration is disabled, but that's wrong. That link should be there! The functionality works, we should just enable the link from the login page. This is a suuuuuper simple task! |
|||
#72 | FIXED | "Lost password?" functionality ("Change password" functionality possibly embedded in case) | ||
Description |
A user needs to be able to reset and recover his/her password. When doing so, my initial plan is to - Generate a new password \* Generate a password hash for the newly generated password \* Overwrite the old hash with the new hash \* Set some kind of "user\_has\_forgotten\_password" or "requested\_to\_change\_password" value so that the user is pushed towards changing his/her password, thus avoiding any security issues related to the transfer of the password in plain text to the user. - Email the password to the user \* Ask the user to change his/her password \* Reset the "requested\_to\_change\_password" flag \* Update the generated password with the new password |
Note:
See TracQuery
for help on using queries.