I need to validate a password it should have the following requirements:
- The password should have at least 8 characters
- The password should have at least 1 uppercase, 1 lowercase, 1 number, and 1 special character
- The password should have no continues character(ex. 12345 or abcd)
Please help me to do this.. any suggestions will be a big help. Thank you