Custom Query (2152 matches)
Results (985 - 987 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2400 | worksforme | Password reset fails | amercader | |
Description |
One user reports that after resetting the password via the reset form he was unable to log in again. He did have an email address associated and received the reset email. After updating his password, login failed "Login failed. Bad username or password. (Or if using OpenID, it hasn't been associated with a user account.)" |
|||
#1186 | fixed | Password reset facility | dread | |
Description |
You can register a user with password and (optional) email address. But if you forget the password you can't then log in again. We need a password reset facility that sends and email with a new password. |
|||
#1354 | wontfix | Pass the context object to plugins implementing the IPackageController and IGroupController | amercader | amercader |
Description |
Plugins implementing some IPackageController or IGroupController operations (i.e. read, create, edit, delete) may need the context used in the logic action. For instance, to access the Session that created a package to perform additional queries from the extension (In that case the main logic action will still perform the final commit). |