Skip to content

feat:Added password change on first login#33

Open
i-m-qaz wants to merge 12 commits into
jlon:mainfrom
i-m-qaz:dev
Open

feat:Added password change on first login#33
i-m-qaz wants to merge 12 commits into
jlon:mainfrom
i-m-qaz:dev

Conversation

@i-m-qaz
Copy link
Copy Markdown

@i-m-qaz i-m-qaz commented Jan 21, 2026

feat:Added password change on first login

  • Redirect first-time users to user-settings page.
  • Apply strong password policy when changing password (min 6 chars, uppercase, lowercase, digit and special char).

@i-m-qaz
Copy link
Copy Markdown
Author

i-m-qaz commented Jan 21, 2026

For new users (including administrators), the system redirects to the users-settings page upon their first login. If the password is not modified, the user will still be considered a first-time user upon subsequent logins.

Both the frontend and backend validate the new password according to the following rules: the password must be at least 6 characters long and contain at least one uppercase letter, one lowercase letter, one digit, and one special character.

No anomalies were found during testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant