(CakePHP 2.4.1) Set $useDbConfig in a model, uses the proper DB config, but the login/password used is the one from default datasource

2014-03-05 Thread Daniel Smith
Set $useDbConfig in a model, uses the proper DB config, but the login/password used is the one from default datasource No idea what the issue is, can anyone help? Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received

Re: Login Password

2008-10-22 Thread MDB
Thanks On Oct 22, 1:07 pm, gravyface <[EMAIL PROTECTED]> wrote: > beforeFilter() > > > > MDB wrote: > > Hello all, is there a way to get the login password before it is > > hashed?  I need to pass the password to a seperate system where the > > passwords a

Re: Login Password

2008-10-22 Thread gravyface
beforeFilter() MDB wrote: > Hello all, is there a way to get the login password before it is > hashed? I need to pass the password to a seperate system where the > passwords are not hashed so I need both the hashed and unhashed &

Login Password

2008-10-22 Thread MDB
Hello all, is there a way to get the login password before it is hashed? I need to pass the password to a seperate system where the passwords are not hashed so I need both the hashed and unhashed password. --~--~-~--~~~---~--~~ You received this message because