![]() |
How to handle issues in log-in? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: How to handle issues in log-in? (/showthread.php?tid=45586) |
How to handle issues in log-in? - El Forum - 09-27-2011 [eluser]miwrath[/eluser] Hey guys, this is my problem on my project about logging-in... the problem is if i input 'correct' username & password...it can log in...nothings wrong... BUT if i input my username & my password with a blank space...it can log in. Now the thing is, I want this issue to solve...that users cannot log-in without using exact data they have to input...i want to solve the spaces issue... Please help me with this one... I appreciate positive responses from all of the members...(: this is my user_model code: Code: function User_model() this is my controller codes: Code: function login() |