Reactionz / MastrMind

a web-based aio time management application
2 stars 4 forks source link

root/mastrmind_frontend/CreateUsernamePassword: jQuery to enforce some basic validation criteria #4

Open DrAlbertCruz opened 3 years ago

DrAlbertCruz commented 3 years ago

Minor comment, if this is the front-end form you're using for a user to set a new password you can use jQuery to enforce some basic criteria, such as password length, etc.

DrAlbertCruz commented 3 years ago

I see that there is a separate JS file that does this, but you might want to consider using built-in jQuery stuff, which is standard and less error prone.