This repository has been archived by the owner on May 2, 2024. It is now read-only.
v3.7.0 Reset Board Owners or Password from Settings Modal + Bug Fixes
User Facing Changes:
- Added the ability to reset the team password or update the team emails from the Settings>Account modal. This allows users to request a reset link that is sent to the current team emails. Once clicked, they are taken to a page where they can change their password or a page where they can change their emails.
- Added a page so that if a user clicks on one of the reset links sent to them, and the reset token is expired, they are redirected to an expired link page.
Changes to the backing API:
- Added a flag in application.yml (
retroquest.email.is-enabled
) to turn off email server dependent features - Added an email_reset_token table in the db that is used in tracking if an email reset link is expired or not.
Bug Fixes:
- The ability to pre-populate the team name on the login page was broken. That has been fixed.
- Fixed a log out bug