There is a customisation where i have to display message "You have made two unsuccesful login attempts and you may lock your account.Please click 'forgot password" to avoid your account from getting locked." instead of the normal message "Your userid or password is invalid".
How do i achieve this.......Please suggest an approach
| Title | Under | Posted on |
|---|---|---|
| how to send hyperlink with email in application engine program. | PeopleSoft Technical | 06/13/2013 - 12:55am |
| Saving records | PeopleSoft Technical | 06/04/2013 - 11:11am |
| can we alter a trigger in DB2 to add a new column | SQL & PL/SQL | 05/29/2013 - 1:31am |
| Required Peoplesoft HRMS Functional Training | PeopleSoft Functional | 05/07/2013 - 10:29pm |
Which kind of password authentication is used in your PeopleSoft?
Check out which SignonPeopleCode will trigger on sign on. If you have LDAP integrated password authentication then you will be using the FUNCLIB_LDAP function. You need write code over there to show invalid user credentials by using SETAUTHENTICATIONRESULT method.