benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.34k stars 1.14k forks source link

Message variable and errors #569

Closed nukede closed 10 years ago

nukede commented 10 years ago

Hi, first of all thank you for this awesome library!

I got your application and have started to modify it for myself. A view structure is: template --header --main_content --footer

So, I send the name of this file(view) to the template and it loads a page which is required.

I have started to modify the login method and when the application finds that the login or the password are not correct it should sends "invalid login or password", but I get "##login_timeout##"

http://pastebin.com/SUmbgPc4

benedmunds commented 10 years ago

Sounds like the language file isn't being parsed correctly.

-Ben Edmunds

On Apr 4, 2014, at 12:42 AM, Nukede notifications@github.com wrote:

Hi, first of all thank you for this awesome library!

I got your application and have started to modify it for myself. A view structure is: template --header --main_content --footer

So, I send the name of this file(view) to the template and it loads a page which is required.

I have started to modify the login method and when the application finds that the login or the password are not correct it should sends "invalid login or password", but I get "##login_timeout##"

http://pastebin.com/SUmbgPc4

Reply to this email directly or view it on GitHubhttps://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/569 .