1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src/component/user
Christopher Kolstad f65afff6c1
feat: Disallow repeating last 5 passwords. (#7552)
We'll store hashes for the last 5 passwords, fetch them all for the user
wanting to change their password, and make sure the password does not
verify against any of the 5 stored hashes.

Includes some password-related UI/UX improvements and refactors. Also
some fixes related to reset password rate limiting (instead of an
unhandled exception), and token expiration on error.

---------

Co-authored-by: Nuno Góis <github@nunogois.com>
2024-07-09 16:18:35 +02:00
..
Authentication chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
common feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
DemoAuth feat: allow admin login using demo auth (#6808) 2024-04-23 08:39:33 +02:00
ForgottenPassword feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
Login
NewUser feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
Profile feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
ResetPassword feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
SimpleAuth chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
UserProfile feat: user profile preview (#7150) 2024-05-27 12:32:21 +02:00
AuthenticationCustomComponent.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
HostedAuth.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
PasswordAuth.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
StandaloneBanner.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
user.module.scss