Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi nodebbers. I try to encrypt password field before login and register, I have also tried making a plugin for it, but can't rewrite public/src/client/login.js.
public/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.
<input type="password">