Custom Query (1173 matches)
Results (115 - 117 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#705 | fixed | Allow a user to change their email associated with their account | ||
Description |
It would be nice if a user could change their email address associated with their account, similar to how they can change their password. That way, they don't have to delete their account and start over if they get a new email address. cwebber suggested using itsdangerous tokens for this |
|||
#599 | fixed | Allow login by username OR email | ||
Description |
There is no reason we cannot offer the login form offering to either enter ones user name OR email address (which can be helpful if I don't remember the username I've been using). This is very low-priority, of course. |
|||
#677 | wontfix | Allow more characters in username | ||
Description |
Currently usernames can only be [a-z0-9] I think they should also support utf-8 characters. |