You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Confluence Community,
for some time some of our customers experienced a bug where it wasn’t possible to reset the password using email notifications in Confluence Data Center after an update. Until today there are multiple Confluence Versions affected.
According to this ticket CONFSERVER-79041, It seems like many more have had the same problem for some time now.
To fix this minor, yet annoying problem we build a simple app that solves the issue.
Download the App here: Bug fix docs.xalt.de.
How the App works:
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
Please be aware, that this also is just a temporary fix.