Description
SSL certificate is REQUIRED for the plugin to work!
Face Recognition Login is a plugin that allows you to add login with face recognition. For extra security there is an option to add a PIN number to login.
The plugin comes with 2 modes: face recognition login form OR WordPress default login plus face recognition form.
Each user will need to add a image that will be used for recognizing the user and validate the login. This can be done by editing user profile.
If there is no data added or your user is new, there is a way to turn off face recognition login and use normal login form.
Built using library: face-api.js – Vincent Mühler that is using TensorFlow.
SSL certificate is REQUIRED for the plugin to work!
Screenshots
Installation
Minimum Requirements
- PHP version 5.6 or greater (PHP 7.1 or greater is recommended)
Automatic installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Face Recognition, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type “Face Recognition” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.
Manual installation
The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application OR from Admin Area -> Plugins -> Add New and choose ‘Upload Plugin’. The WordPress codex contains instructions on how to do this here.
FAQ
-
Why SSL is required?
-
Plugin uses parts of browser that needs SSL to run
-
Do all users nee to have image attached to login?
-
No, users that do not have image attached can login, using the normal login form(see the login form for button to switch)
-
How can I add a image to use it for login?
-
After logging in, each user can edit it’s profile and add a image that will be used to recognize you when logging in with the plugin functionality.
Reviews
Contributors & Developers
“Face Recognition Login” is open source software. The following people have contributed to this plugin.
Contributors“Face Recognition Login” has been translated into 6 locales. Thank you to the translators for their contributions.
Translate “Face Recognition Login” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.1
Fixed a bug when plugin is activated first time
Removed the warning from JS Console
Tested with WordPress 5.5
1.2.0
Code review
Code formatted to standard
Big update to how translation is going to be done
Removed local translations in favor of Polyglot. If you want to see the plugin in your language, go here: Face Recognition Login PolyGlot page and add the translation
Also for local translation, there is the POT file in plugin directory
1.1.4
Added Spanish translation. Thank you @yordansoares
Small changes in code
1.1.3
Small changes to Readme
1.1.1
Added Arabic translation. Thank you @adhubyani
1.1.0
Added take picture from webcam in user edit
Updated assets library
1.0.8
Update FaceRecognition library
Changed tested WordPress version to 5.3.2
Fixed readme.txt inconsistencies
PHP Code formatted to standards
1.0.7
Made it compatible with PHP 5.6 and changed minimum WordPress version to 5.0
1.0.6
On date 2019-07-05:
Speed improvement
Improved the user edit actions
Changed messages to be more descriptive
Added new translation: Romanian
Bug fixes
Readme file updates
1.0.2
On date 2019-06-21:
* Bug fixes, Name change and Donate link added
1.0.0
On date 2019-04-05:
* First version pushed to WordPress