andyhqtran / divi-100-login-page

GNU General Public License v3.0
35 stars 23 forks source link

Question: password field #28

Open webmaster85 opened 6 years ago

webmaster85 commented 6 years ago

Right now if you inspect the login page and the password is stored in the browser, it can be copied by changing the input type from password to text. It would be nice if a hash representation of the password would be stored there, instead of the raw password. This is not by far an issue with the plugin, but I'd thought I'd ask.

pass