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 |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
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.