Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with autentification #1559

Open
teoj opened this issue May 16, 2022 · 1 comment
Open

Problems with autentification #1559

teoj opened this issue May 16, 2022 · 1 comment

Comments

@teoj
Copy link

teoj commented May 16, 2022

When the password is wrong show the message Incorrect Login but when it is correct go to auth/login again without any messages. I have working on it 2 days.
I clone in ThirtParty/CodeIgniter-Ion-Auth with git like in the documentation INSTALL.MD.
In Config/Autoload.php i put :
public $psr4 = [
APP_NAMESPACE => APPPATH, // For custom app namespace
'Config' => APPPATH . 'Config',
'IonAuth' => APPPATH . 'ThirdParty/CodeIgniter-Ion-Auth'
];
In Config/IonAuth.php :

@teoj
Copy link
Author

teoj commented May 16, 2022

Ok i find the solution.
The problem was the filter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant