Legacy Knowledge Base
Published Jun. 30, 2025

Password setting link expiration date when creating a new account

Written By

Shimada Taro

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

  • Is there an expiration date on the link to set a password when creating a new account?

Environment

  • DXP 7.0+

solution

  • If you generate a link to set a password, a record will be added toin the"Ticket" table on the database.
    The expiration time is recorded in "Ticket.expirationDate" and the record is retained in the database until the link in the email is accessed.
    In conjunction, the value corresponding to the parameter:"ticketKey" of the URL in the email is stored in "Ticket.key_".

    When accessing the URL, the "Ticket.expirationDate" in the database is checked, and if it has expired, the expiration screen is displayed.
    At the same time, the relevant record in the database is deleted.

    If a user is newly created, the value of "Ticket.expirationDate" will be "NULL" and will not expire.

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base