This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
j_security_check .. how to check encrypted password ..
sarim raza
Ranch Hand
Joined: Nov 02, 2000
Posts: 232
posted
0
problem is in databse i have username and password (these are encrypted).. in the login page, user enters the actual password and submits ... how can i first use my encrypt() method to encrypt the password to match those stored in database.. reason why i cant do that is since login page uses j_security_check (tomcats mechanism . to check for username, pasword). <form method=post action=j_security_check> thanks