CakePHP auth component password inconsistency
        Posted  
        
            by teepusink
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by teepusink
        
        
        
        Published on 2010-04-13T10:03:47Z
        Indexed on 
            2010/04/13
            12:32 UTC
        
        
        Read the original article
        Hit count: 342
        
cakephp
Hi,
I managed to get authentication to work by following the tutorial from this page http://planetcakephp.org/aggregator/items/2604-create-simple-user-authentication-using-cakephp%E2%80%99s-auth-component
How do I make sure when I'm in the register page, and the password and confirm password the user supplied doesn't match, the password field will be repopulated with the value the user enter and not the hashed version of it?
Thanks,
Tee
© Stack Overflow or respective owner