How long do password activation/reset links last before expiring?

When using the “Let the user choose their own password via email” option when creating a new user or resetting a user’s password, how long do those links last before expiring? I’m having users tell me the links aren’t working and I’m trying to figure out how quickly they need to get to them. I am not using the Login extra. There doesn’t seem to be any setting for this and I haven’t been able to find mention in the docs either.

Thanks!

If I read the code correctly, then the value is 86’400 seconds (= 1 day) and is hard-coded at different places in the code.

1 Like

Thanks! I appreciate all you do for this community.

1 Like

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.