PHP Version
8.1.5
CodeIgniter4 Version
4.2.5
Shield Version
dev
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
MySQL 5.6
Did you customize Shield?
No.
What happened?
The login operation for a user who is not active is completed successfully. In general, a user who is not active for any reason should not login to the system.
Steps to Reproduce
- Register a new user.
- Change the value of active
true to false.
- Perform the login operation.
- A user who is inactive login without a problem!!
Expected Output
Failure of the user login to the system and display the error message "Your account is inactive".
Anything else?
see https://forum.codeigniter.com/showthread.php?tid=83481
PHP Version
8.1.5
CodeIgniter4 Version
4.2.5
Shield Version
dev
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
MySQL 5.6
Did you customize Shield?
No.
What happened?
The login operation for a user who is not active is completed successfully. In general, a user who is not active for any reason should not login to the system.
Steps to Reproduce
truetofalse.Expected Output
Failure of the user login to the system and display the error message "Your account is inactive".
Anything else?
see https://forum.codeigniter.com/showthread.php?tid=83481