Skip to content

Commit

Permalink
add CHANGELOG entry for new reset and updated disable actions;
Browse files Browse the repository at this point in the history
  • Loading branch information
strouptl committed Jun 4, 2024
1 parent b96f33b commit 0615fb5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## UNRELEASED

Summary: Add reset token action, and hide/repurpose disable token action

Details:
- Add reset token action to disable OTP, reset token secret, and redirect to otp_tokens#edit to re-enable with new token secret;
- Update disable action to preserve the existing token secret (since the reset action now accomplishes this functionality);
- Hide disable button when mandatory OTP;
- Move disable button to bottom of page;

Breaking Changes (config/locales/en.yml):
- Add:
- reset\_link
- successfully\_reset\_otp
- Move/Update
- disable\_explain > reset\_explain
- disable\_explain\_warn > reset\_explain\_warn

## UNRELEASED

Summary: Move refresh\_credentials functionality to dedicated hook (Refreshable);

Details:
Expand Down

0 comments on commit 0615fb5

Please sign in to comment.