How to install the Plugin
Go to your confluence system and upload the attached jar file in your managed apps section:
Forgot Password Temp Fix
- Install the plugin
- Initiate forgot password
- After password reset. User will be redirected to the login page.
How it works (Under the hood)
- The plugin provides a servlet filter that will intercept the POST request to the /doresetuserpassword.action
- Token is first verified
- Password is changed for the user using UserManager.alterPassword
- Token is cleared
- Redirects the user to the login page
forgot-password-temp-fix-1.0.0.jar