php - why is my password shown in inspect element - network tab -
i have login page has text field , password field. when click submit button, sends data php file makes sure data same hash stored in database when check inspect element(f12) chrome, in network tab, username , password shown in plain text.
how can avoid that?
any advise securing login pages appreciated.
thanks in advance.
even when using <input> of type password 1 inspect it, , change type text see real password.
although, not important long unset users' session cookies every 10 minutes or of inactivity , prevent them saving password using browser (using dynamic name login / password inputs should trick).
Comments
Post a Comment