Commit Graph

16 Commits (9b323539bb410a64ad2d113ef941e58d32932ca6)

Author SHA1 Message Date
Naeem Ullah 9b323539bb Update password change flow and UI text
After a successful password change, users are now logged out and redirected to the login page instead of updating credentials in local storage. Also removed unused password hints and user info text from the reset password modal, and updated the error message for duplicate user IDs in the English translations.
6 days ago
Mazdak Gibran 79d258b0cf Enhance reset password flow and add permission control
Replaced user ID input with a dropdown in the reset password form and loaded users dynamically. Added 'resetPasswordButton' permission to side menu and conditionally displayed the reset password button
1 week ago
Naeem Ullah efbf56adbc Update password change flow and date validator logic
Changed the change password API endpoint to use FIRST_LOGIN_URI instead of CHANGE_PASSWORD_URI. Added FIRST_LOGIN_URI to URI enums and app.uri.json. Improved the toDateAfterFromDateValidator to normalize dates, enforce fromDate < toDate, and disallow future dates.
2 weeks ago
Mazdak Gibran d94e715957 first time login
first time login logic and validations,
2 weeks ago
Mazdak Gibran f3685ba942 user management bugs fixed
bugs resolved:
Setup User: No validation applied; the form saves with empty inputs. User ID length validation is not implemented. The role column is not displayed in the table.

Reset Password: No success message is shown after password update. Strong password validation is not applied.

Change Password: No success message is shown after password update. Strong password validation is not applied. Validation to prevent using the same value for old and new passwords is not implemented.
2 weeks ago
Mazdak Gibran 150fb0f88b add success message
add success message to change password and reset password, and fixed the routing in change password.
2 weeks ago
Mazdak Gibran 5955ad90a5 reset user password api
reset user password api integration
4 weeks ago
Mazdak Gibran 50e3dfec72 change password api
change password api integration
4 weeks ago
Mazdak Gibran 33e0c86a1f change password screen fix
change password screen fix for first time login
4 weeks ago
Mazdak Gibran ba5ca98da9 removed unused imports 1 month ago
Mazdak Gibran 61df1a4ac2 creating payload for reset and change password
creating payload for reset and change password before the apis are ready
1 month ago
Mazdak Gibran 2b98437f15 change password for first login fixed
change password for first login fixed
1 month ago
atif118-mfsys 966f0d59bc fixed and revamped first time change password screen logic 1 month ago
Mazdak Gibran 7fa0ee6a76 Change Password Screen view for first time login
Show different change password screen view for first time login
1 month ago
Mazdak Gibran edfea86870 change password
change password design
2 months ago
atif118-mfsys d59d64987c initial aConnect commit. 2 months ago