MySQL Forums
Forum List  »  Stored Procedures

password validation
Posted by: chandu kumar
Date: September 26, 2012 06:41AM

I have 2 tables 1 table is user_login having columns are username, password,creationdate
and 2nd table is pass_chk having columns are password,userid,creationdate

then i want to validate the password like
1.Last 5 five passwords cannot be repeated.
2.Periodic password change and alert .
3.Lock the password after three attempts.

Options: ReplyQuote


Subject
Views
Written By
Posted
password validation
1417
September 26, 2012 06:41AM
952
October 03, 2012 07:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.