gevorg / htpasswd

Node.js package for HTTP Basic Authentication password file utility.
MIT License
58 stars 10 forks source link

Minor: password verification ask for new password instead of control password #12

Open 1000i100 opened 3 years ago

1000i100 commented 3 years ago

Now :

$ npx htpasswd -v htpasswd prototype
New password:
Re-type new password:
Password for user prototype correct.

Should be :

$ npx htpasswd -v htpasswd prototype
Enter password:
Password for user prototype correct.