Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Provide a test when updating the users password #3

@jason-p-pickering

Description

@jason-p-pickering

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 ?)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions