-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
truetofalse. - 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?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request