[Solar-talk] Authentication Module: Password Changes

Rodrigo Moraes rodrigo.moraes at gmail.com
Thu May 15 13:56:25 CDT 2008


On Thu, May 15, 2008 at 1:45 PM, Kilbride, James P. wrote:
> Any reason why the Authentication module doesn't provide a 'change password'
> function so that you could simply call the authentication class to update a
> password when appropriate? Does anybody else think that would be helpful? Or
> should I simply be looking in a different area for something like that?

It is out of the scope of the Auth adapters to update authentication
data. This is related to the model where they are stored. For example,
for the sql adapter, you could add a 'update password' method to the
model which table is used by Auth_Adapter_Sql.

-- rodrigo


More information about the Solar-talk mailing list