You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Before updating a users password, it should be possible to login with the current password (HTTP 200 on /api/me).
Using the current password, it should be possible to update the password with a new valid password (at least 8 characters).
When the password has been updated, it should be able to login with the new password (HTTP 200).
When the password has been updated, it should not be able to login with the old password (HTTP 401).
Using the newly updated valid password, it should not be possible update the password with an invalid password (less than 8 characters). (HTTP ?)