Forum OpenACS Q&A: Re: Error invoking the password management driver

Collapse
Posted by Brian Fenton on
Hi Tyge

I should also mention that the "Error invoking the password management driver" message is a little bit confusing. It's probably caused by the underlying email issue. That particular message comes from a password retrieval or reset, which ultimately calls acs_mail_lite::send, as you can see here https://openacs.org/api-doc/proc-view?proc=auth::local::password::RetrievePassword&source_p=1

There should be more info in the error log when that happens.

good luck!
Brian