Skip to content

Commit

Permalink
Merge pull request #41 from julien731/release/1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
julien731 committed Apr 25, 2021
2 parents 857d2f6 + 775eefc commit 143a259
Show file tree
Hide file tree
Showing 41 changed files with 3,962 additions and 1,899 deletions.
18 changes: 8 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk


### Composer ###
composer.phar
vendor/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock


### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
Expand Down Expand Up @@ -94,3 +84,11 @@ atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
### Composer template
composer.phar
/vendor/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock

1 change: 1 addition & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ filter:
- 'vendor/*'
- '*/vendor/*'
- 'languages/*'
- 'asstes/js/jquery-qrcode.min.js'

tools:
external_code_coverage: false
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google Authenticator for WordPress
Authenticator for WordPress
==================================

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/julien731/WP-Google-Authenticator/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/julien731/WP-Google-Authenticator/?branch=master)
Expand All @@ -7,8 +7,6 @@ If you are concerned about security, you should look into 2-factor authenticatio

*Quick reminder:* 2-factor authentication adds an extra layer of security by requesting a one time password in addition to standard username / password credentials.

This plugin uses the Google Authenticator app. I bet you know Google, and you probably know they have some good products out there. Google Authenticator is one of them.

[Download the Google Authenticator app](https://support.google.com/accounts/answer/1066447?hl=en) on your phone (iPhone, Android or Blackberry). Install this plugin on your site. After activating it and generating a secret key, you will be able to add the site to your app by scanning a QR code. That's it!

The QR code is generated with Google Charts API using HTTPS to avoid security issues while sending your secret for generation.
Expand All @@ -29,10 +27,17 @@ What the plugin does:
- Recovery code in case the user can't use the app

### Using Authy
You're using [Authy](https://www.authy.com/)? Google Authenticator for WordPress is fully compatible with Authy. You can add the 2-steps authentication and use Authy to generate the one time password.

You're using [Authy](https://www.authy.com/)? Authenticator for WordPress is fully compatible with Authy. You can add the 2-steps authentication and use Authy to generate the one time password.

## Changelog ##

### 1.1.1

* Fix an issue with the settings page not showing up
* Contextual help deprecated bug
* Remove mentions of Google in the plugin name chore

### 1.1.0
* Add support for apps passwords
* Admins can now force 2FA by user role
Expand Down
Loading

0 comments on commit 143a259

Please sign in to comment.