scorelab / OpenIoE

Open-source middleware platform for building, managing, and integrating connected products with the Internet of Everything.
Apache License 2.0
24 stars 42 forks source link

Standard password validation added #72

Open rheo-chiti opened 4 years ago

rheo-chiti commented 4 years ago

This solves #71 The basic password validation is added Rules for a valid Password : 1- Minimum password length is 6. 2- Password must contain atleast an uppercase letter. 3- Password must contain atleast an lowercase letter. 4- Password must contain atleast a digit. 5- Password must contain atleast a special character. (@,$,#,%,&)

image

rheo-chiti commented 4 years ago

@tharidu @charithccmc can you please give feedback on this?