![]() |
Firefox and linux problem - 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: Firefox and linux problem (/showthread.php?tid=16297) |
Firefox and linux problem - El Forum - 03-02-2009 [eluser]Unknown[/eluser] Good day I'm new in codeIgniter and have a problem with Firefox(3) and Ubuntu(8.04). The thing is that in a view the inputs of user and password load my user and password of my server (mysql). This problem is only in my pc and in firefox because in Opera this don't happen. Firefox and linux problem - El Forum - 03-02-2009 [eluser]jlew[/eluser] The problem is not with code igniter... You have firefox set to store your password for your domain (localhost) So if you with it to not load up the inputs, change the name of the inputs, or clear firefox's saved password list for localhost (preferences > security > saved passwords) Firefox and linux problem - El Forum - 03-02-2009 [eluser]Unknown[/eluser] Thank you brothers you was right haha since now I don't forget it |