You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npx htpasswd -bBc htpasswd prototype 7ba4845
Adding password for user prototype.
$ npx htpasswd -v htpasswd prototype
New password:
Re-type new password:
Password for user prototype correct.
but :
$ echo 7ba4845 | npx htpasswd -iBc htpasswd prototype
Adding password for user prototype.
$ npx htpasswd -v htpasswd prototype
New password:
Re-type new password:
Password verification failed.
but :
It's the same if i use :
but in plain text it work :
The text was updated successfully, but these errors were encountered: