Password getting hashed before validation

2009-09-28 Thread walkerfx
I have a user auth system based on the Simple Acl tutorial. I've run into a problem however in that my password data is getting hashed before validation. So my validation isn't working correctly when adding or editing a user. I made certain that I'm not applying the hash myself and discovered

Using AuthComponent Within a View or Layout

2009-09-22 Thread walkerfx
Ok, I tore my hair out over this for a while and then figured out an easy solution. I just wanted to share it for others who run into the same problem. And maybe somebody has an even better solution that I overlooked. Problem: Control accessibility to certain parts of a view or layout using