Download the PHP package georgestephanis/two-factor without Composer
On this page you can find all versions of the php package georgestephanis/two-factor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download georgestephanis/two-factor
More information about georgestephanis/two-factor
Files in georgestephanis/two-factor
Package two-factor
Short Description Two-Factor Authentication for WordPress.
License GPL-2.0-or-later
Homepage https://wordpress.org/plugins/two-factor/
Informations about the package two-factor
Two-Factor
Two-Factor plugin for WordPress. View on WordPress.org →
Usage
See the readme.txt for installation and usage instructions.
Contribute
Please report (non-security) issues and open pull requests on GitHub. See below for information on reporting potential security/privacy vulnerabilities.
Join the #core-passwords
channel on WordPress Slack (sign up here).
To use the provided development environment, you'll first need to install and launch Docker. Once it's running, the next steps are:
$ git clone https://github.com/wordpress/two-factor.git
$ cd two-factor
$ npm install
$ npm run build
$ npm run env start
See package.json
for other available scripts you might want to use during development, like linting and testing.
When you're ready, open a pull request with the suggested changes.
Testing
- Run
npm test
ornpm run test:watch
.
To generate a code coverage report, be sure to start the testing environment with coverage support enabled: npm run env start -- --xdebug=coverage
To view the code coverage report, you can open a web browser, go to File > Open file...
, and then select {path to two-factor}/tests/logs/html/index.html
.
Deployments
Deployments to WP.org plugin repository are handled automatically by the GitHub action under the tags
directory.
Known Issues
- PHP codebase doesn't pass the WordPress coding standard checks, see #437.
Credits
Created by contributors and released under GPLv2 or later.
Security
Please privately report any potential security issues to the WordPress HackerOne program.