- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How to create a link for Reset My Password form
Hi,
I would like to create a button (via jsp inside Home Dashboard) that calls the "Reset My Password" form from the Home Dashboard.
The problem is that I can't find a static link that calls the form correctly. The link works only once and then I get this error message: "The request could not be handled, form required".
Thank you.
- Tags:
- Community Thread
- Discussion
- Forum Thread
- homedashboard
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- jsp
- resetmypassword
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Francesco,
Check the following post and let me know if it answered your question here or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks, but it still doesn't work because apparently the "&formToken=" is also needed for the password reset forms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
You are correct. It in fact doesn't work as this trick seems to be not working with password reset forms, not because of the form token but rather because password reset type of forms are treated in a special way compared to the rest of forms within IG&L.
Meanwhile what you are requesting is actually present in the access.jsp (JSP presented when you click on manage access from the home dashboard where it contains a section for self password reset utilizing the default password reset form) file. Perhaps taking a look there and see if the logic can be copied over to your home dashboard/jsp would be valid there or not.
That access.jsp is found in the following path:
/home/oracle/wildfly/standalone/tmp/vfs/deployment/deployment1xxxxxxxxxxxxxxxxx/aveksa.war-xxxxxxxxxxxx/jsp/access.jsp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks but in case of update I think this change will be overwritten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
you will need to upload that changed home.jsp dashboard through the UI via Admin > User Interface > Files > JSP pages > upload.
If you find that the changes are not visible after uploading that new home.jsp, you will need to restart the application services (acm restart)
