Automatic image capture while login with wrong password and a notification is sent.
pip3
install opencv-python
Automatically captures an image of anyone attempting to log in with the wrong password.
Automatically notifies users of unauthorized login attempts via email alerts for enhanced security.
When a user enters an incorrect password during login, an error message is displayed to inform them of the issue.
When a user enters incorrect login details, the system captures an image of the user
When a user enters incorrect login details, an email notification is triggered to alert the designated recipients about the failed login attempt.
Automatically captures an image when an incorrect password is entered.
Sends instant notifications to users or administrators for unauthorized login attempts.
Saves captured images in the model for security purposes.
Yes, the module is designed to work seamlessly on both mobile and desktop platforms.
You may need to configure Outgoing Mail Server to ensure notifications are sent correctly.
No, currently the module not allows customization of error messages.
The module requires the Python package opencv-python for image capture functionality. You can install it using pip3 install opencv-python.