Can I change the password reset token expiry?

I’m using the reset password action to send an account invite to a user and prompt them to “activate” their account (create a password).

Annoyingly the password reset token expires after 24 hours, and some users take longer than this to click the link.

Is there any way to eliminate / lengthen the period of time until the token expires?

3 Likes

Facing a similar problem with my admin users creating user accounts for sub-users, maybe long before the sub-user is invited into the app.

Couldn’t you direct your users to a login page which is really a password reset page. The user enters their email address (you might be able to pre-insert this using url parameters). They are emailed a custom password reset email containing a link that sets them up with a password using the reset token.

1 Like