vinix e00ecbf116 feat: add change password functionality for users
Add ChangePasswordModal component:
- Create modal with new password and confirmation fields
- Implement password validation (min 8 chars, uppercase, lowercase, number, special char)
- Add real-time error validation and display
- Show password requirements info box
- Display username for confirmation
- Add loading state during password change
- Success/error notifications

Update IndexUser:
- Add state management for change password modal
- Pass props to ListUser and ChangePasswordModal
- Integrate ChangePasswordModal component

Update ListUser:
- Add KeyOutlined icon for change password button
- Add purple change password button in action column
- Implement showChangePasswordModal function
- Update columns to include change password handler
- Increase action column width to 18%

API endpoint: PUT /api/user/change-password/:id
2025-10-10 15:49:31 +07:00
2025-09-17 12:15:29 +07:00
2025-09-29 16:23:20 +07:00
2025-09-29 16:23:20 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:13:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-29 16:23:20 +07:00
2025-09-15 04:01:19 +00:00
2025-09-17 12:14:25 +07:00

touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitea.idetama.id/yogiedigital/cod-fe.git git push -u origin main

Description
No description provided
Readme 6.9 MiB
Languages
JavaScript 99.4%
CSS 0.5%