You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
The text was updated successfully, but these errors were encountered:
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 :
The text was updated successfully, but these errors were encountered: