@v_risalab i figured it out. The acp code uses browserify and the widget code uses webpack!
Encrypt password filed on the login and register page
-
Hi nodebbers.
I try to encrypt password field before login and register, I have also tried making a plugin for it, but can't rewritepublic/src/client/login.js
.Any and all help is appreciated!
Thanks a million! -
What purpose does this have?
-
If you are using SSL on your site (which you should), then the
<input type="password">
is sufficient, as the payload is encrypted in-transit.