AshishBisht Posted September 9, 2016 Share Posted September 9, 2016 Hi, I am an application developer. While working on a project, I faced an issue related to validating password with regular expressions using JavaScript. I hope any tech developer may help me in resolving this issue. I have also figure out many mobile development forum to enhance my android & IOS programming knowledge & it's a great experience to learn skills from there. Quote Link to comment https://forums.phpfreaks.com/topic/302120-password-validation-using-html5/ Share on other sites More sharing options...
Jacques1 Posted September 9, 2016 Share Posted September 9, 2016 Resolve what issue? Note that password policies can be very annoying for users who generate purely random passwords. A much more friendly approach is to only enforce a minimum length and set up a password strength meter. Also note the client-side validation with JavaScript or HTML can easily be circumvented. Quote Link to comment https://forums.phpfreaks.com/topic/302120-password-validation-using-html5/#findComment-1537225 Share on other sites More sharing options...
Jacques1 Posted September 9, 2016 Share Posted September 9, 2016 Nevermind, Ashish is busy spamming the Internet: http://www.gidforums.com/t-39668.html http://www.webhostingtalk.com/showthread.php?t=1597187 https://bytes.com/topic/html-css/answers/967237-password-validation-using-html5 Quote Link to comment https://forums.phpfreaks.com/topic/302120-password-validation-using-html5/#findComment-1537247 Share on other sites More sharing options...
Stefany93 Posted October 3, 2016 Share Posted October 3, 2016 Nevermind, Ashish is busy spamming the Internet: http://www.gidforums.com/t-39668.html http://www.webhostingtalk.com/showthread.php?t=1597187 https://bytes.com/topic/html-css/answers/967237-password-validation-using-html5 A noble pursuit! Quote Link to comment https://forums.phpfreaks.com/topic/302120-password-validation-using-html5/#findComment-1538012 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.