Account Settings
Change Password
- 1 : password must be at least 8 characters
- 2 : password should contain atleast one uppercase,lowercase and digit
- 3 : password must have at least one special symbol
{{ errors.first('currentPassword') }}
{{ errors.first('password') }}
Password & Confirm Password do not match