Hello,
We've created new dashboard and added several custom buttons. One of the buttons we want to have available directly from the main dashboar is Password Reset button. Problem with this, is that password reset url is using token. This means that button is working only for a short period of time and when the token expires, button is not usable.
Is there any way how we can avoid usage of tokens for this purpose? I can image password reset being available thourgh normal url link, just like add access button or remove access button.
Thank you,
Martin
Are you looking for a hyperlink that re-directs users to resetting their password such as the external password reset link?
If not, is your JSP maintaining session details that identify who is logged in to make use of some of the logic found in access.jsp?