msintangible/devopsprojectms

Login Function Fails After Password Reset

Open

#8 opened on Oct 20, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (0 forks)auto 404
High prioritybugdocumentationhelp wanted

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

  • The password reset feature correctly updates the user’s password in the database.

  • Users can successfully log in with the new password immediately after reset.

  • Unit tests cover password reset and login flow.

  • All authentication endpoints pass integration testing.

  • Documentation updated if changes were made to authentication logic.

  • Pull request submitted and merged into main.

Contributor guide