CodeIgniter Forums
Hide password in login - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Hide password in login (/showthread.php?tid=73988)



Hide password in login - Entai - 07-03-2019

Hi! I had a welcome page with a form that contains USER and PASSWORD input fields.  And a submit button to send the data to the controller ... how I hide the password from the post? can I? what is the best practice to do the login?


RE: Hide password in login - php_rocs - 07-03-2019

Entai,

You have to send the Password in order to verify if it is correct. My question to you is whether or not your connection with the server is encrypted (in other words https not http).