New Pre-Login Token Piece
The portion after the $role.0.id needs to have time in seconds.
pre_login_token:$PersonalReference.0.id:3600|
In this case, it would set that token to expire in an hour.
Just add a: for an extra parameter (:3600 in the case above - must come after the person/role id).
By default, the pre-login token is set to expire in 3 days internally,
aka 259200 seconds.
So if no time is set, the link will expire in 3 days.
Updated on: 14/04/2026
Thank you!