[sork] Passwd Problems - Cannot Change password, no UPDATE applied

Eric Jon Rostetter eric.rostetter at physics.utexas.edu
Wed Oct 21 16:05:55 UTC 2009


Quoting Simon Brereton <simon.brereton at dada.net>:

> So, the db lookup is checking against form entry and failing.

Yeah, either it isn't getting a value (username or password is wrong; I think
we can rule out permissions, firewalls, etc. since you get a sql log entry)
or getting the wrong value (doesn't match form value, or encryption type
is wrong, or encoding is wrong), or your sql query is wrong (maybe needs
a custom sql query instead of the default one).

> I can increase my mysql logging to show results I guess, but I'm  
> 100% sure I'm

Probably the best place to start.  Once you see the exact query it uses,
you can try that by hand and see if what is returned is what you expect.

> example query_lookup in the backends.php (which is obviously still  
> commented out but customised for my sanity) returns the correct  
> result from the CLI.

I'm not sure what you mean here...

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

This message is provided "AS IS" without warranty of any kind,
either expressed or implied.  Use this message at your own risk.


More information about the sork mailing list