Header Ads

  • Recent Posts

    PeopleSoft Password Expiry for all users and avoiding it only for a given user list

    PeopleSoft password expiration(irrespective of any module or Tools version) can be controlled from the below navigation:
    PeopleTools > Security > Password Configuration > Password Controls

    This component provides features to enable or disable password expiration controls for all users. What if a certain user's password must never expire. PeopleSoft does not provide the capabilities to disable password expiration for a particular user.

    But if we set the last password change date to a future date then the password never expires for the given user until that future date.

    UPDATE PSOPRDEFN
    SET LASTPSWDCHANGE = '31-Dec-2099'
    WHERE OPRID in ('JAN1287', 'PS', 'PTWEBSERVER')

    Very simple workaround, definitely not something worth it to blog about. However, my volatile memory prompts me to do it.

    1 comment:

    Please refrain for marketing messages and unnecessary back links.

    Post Top Ad

    Post Bottom Ad