![]() |
ion_auth is not correctly working - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: ion_auth is not correctly working (/showthread.php?tid=59324) |
ion_auth is not correctly working - El Forum - 09-21-2013 [eluser]Vlad111222[/eluser] when I set up russian language in config file in codeigniter - I can not log in when I set up english language in config file in codeigniter after registration new user, this user can not log in if entered data about user was not in english (error message - Incorrect Login). if data about user is in english - user can log in fluently. Can somebody help me? I used this video for integration ion_auth in codeigniter http://www.youtube.com/watch?v=w1UYr6Ulyxs maybe I not correctly integrated ion_auth in codeigniter please help me! ion_auth is not correctly working - El Forum - 09-21-2013 [eluser]Vlad111222[/eluser] question is decided topic can be closed ion_auth is not correctly working - El Forum - 09-23-2013 [eluser]Ben Edmunds[/eluser] Hey Vlad, Sorry I havent had a chance to work through your email yet. Did you find the solution to this? ion_auth is not correctly working - El Forum - 09-24-2013 [eluser]Vlad111222[/eluser] [quote author="Ben Edmunds" date="1379957023"]Hey Vlad, Sorry I havent had a chance to work through your email yet. Did you find the solution to this?[/quote] Hi Ben. Thanks for your question. yes I did find solution, i examined entire my db ,problem was in ci_session table. this table had charset - windows-1251. When i deleted old table and created table with charset utf-8, problem is disappeared. ion_auth is not correctly working - El Forum - 09-24-2013 [eluser]Ben Edmunds[/eluser] ok great, I updated the GH issue with this solution. Thanks! |