[Tickets #10228] resetCredentials does not work after I change my password

bugs at horde.org bugs at horde.org
Sat Jun 11 17:24:29 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10228
------------------------------------------------------------------------------
  Ticket             | 10228
  Created By         | kareem.dana at gmail.com
  Summary            | resetCredentials does not work after I change my
                     | password
  Queue              | Passwd
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


kareem.dana at gmail.com (2011-06-11 17:24) wrote:

Paste from Mailing list:

I am using the passwd code from git which I downloaded on June 6. It  
works, but does not reset my credentials within Horde, so I have to  
log out and log back in. My system is setup such that Horde  
authenticates via Imp and Imp uses IMAP Authentication. When I change  
my password with passwd, it successfully changes the password but IMP  
keeps trying to authenticate with the old password.

Reply from Ralf Lang:

Hi Kareem, can you please file a bug report?
I am on a long weekend holiday and might forget,
but maybe you can patch it yourself.

What resetCredentials basically needs to do (but doesn't) is

  * look if the authentication backend is Horde_Auth_Application
  * If so, call
  $GLOBALS['registry']->setAuthCredential('password', $new_password, $appname);
after
  $GLOBALS['registry']->setAuthCredential('password', $new_password);






More information about the bugs mailing list