Skip to content

skoch/nakedpassword

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple jQuery plugin to improve security on passwords.

Naked password is extremely easy to use. All thats needed is for you to attach nakedPassword(); to one or all of your password fields.

$("input:password").nakedPassword();

Naked password assumes that the images are uploaded in a publicly accessible folder called “images/”. You can overwrite the images path as follows:

$("input:password").nakedPassword({path: "/new_image_path/"});

And thats it! Feel free to fork a copy and push any changes to us, and we’ll gladly implement them.

About

jQuery plugin to encourage strong user passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors