drupal errors when trying to change password the first time
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drupal/Launchpad login module |
New
|
Undecided
|
Unassigned | ||
Ubuntu QA Website |
Triaged
|
Low
|
Stéphane Graber |
Bug Description
I signed up for an iso.qa.ubuntu.com account; I followed the link in my email (/user/reset/...), clicked the "change my password" link (or its moral equivalent) and promptly got the following Drupal error dump:
Warning: Missing argument 2 for user_category_
Warning: Missing argument 3 for user_category_
Notice: Undefined variable: index in user_category_
Notice: Undefined variable: map in user_category_
Warning: array_slice() expects parameter 1 to be array, null given in user_category_
Warning: implode(): Invalid arguments passed in user_category_
You're not supposed to be able to change your password from the tracker as it's using SSO accounts from login.ubuntu.com.
However the fact that you're not getting a cleaner error message is a bug in drupal-launchpad. I'm adding a task for that project but keeping an ubuntu-qa-website reference to try and workaround the issue there.