Forgot Password link on Login Page for on premises Appian Env

Hi All,

we want to give a functionality to Users to reset their passwords. We want to give them a link on login page where they can click on that link & it will take them to reset passwords. Any idea how can we do that? We tried to use some jsp for that but it takes Users to login pages first where they have to login first & after login only, it takes Users to reset password page.

Can anyone guide how we can get this functionality achieved?

Thanks
Rishu

OriginalPostID-252916

  Discussion posts and replies are publicly visible

Parents
  • At a high level, one approach is to build a custom servlet plugin to handle registration. You can then modify the jsp for the login page to contain a link to that servlet. To ensure that users can access the servlet before they log in, you will need to add the servlet to the unathenticated list in <Appian Home>\\ear\\suite.ear\\web.war\\WEB-INF\\conf\\security\\spring-security-02-unsecured.xml. Based on your first post, it sounds like you might just be missing this last step.
Reply
  • At a high level, one approach is to build a custom servlet plugin to handle registration. You can then modify the jsp for the login page to contain a link to that servlet. To ensure that users can access the servlet before they log in, you will need to add the servlet to the unathenticated list in <Appian Home>\\ear\\suite.ear\\web.war\\WEB-INF\\conf\\security\\spring-security-02-unsecured.xml. Based on your first post, it sounds like you might just be missing this last step.
Children
No Data