When a Simplifier user is logged out due to inactivity, and then tries to do an action that requires the user to be authenticated, it gets the error below. Is this possible to chance to a more user-friendly message when a user is logged out due to inactivity.
Jennifer Häfner
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Has successfully completed the online course Advanced (310)
Has successfully completed the online course Advanced (320)
Has successfully completed the Intermediate Certification
Has successfully completed the Advanced Certification
It’s currently not possible to modify the message that is shown when the user token has expired. However, you can use the auto field ‘User’ – ‘Remaining Token Lifetime’ to get the time that remains until the token gets invalidated. If this time is low, you can, for example, show a dialog that informs the user that they will be logged out soon.