Title: Encourage User Activation for Google Authenticator
Author: Ian Dunn
Published: <strong>15. децембар 2013.</strong>
Last modified: 23. април 2021.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

![](https://s.w.org/plugins/geopattern-icon/google-authenticator-encourage-user-
activation.svg)

# Encourage User Activation for Google Authenticator

 [Ian Dunn](https://profiles.wordpress.org/iandunn/)

[Преузимање](https://downloads.wordpress.org/plugin/google-authenticator-encourage-user-activation.0.2.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/google-authenticator-encourage-user-activation/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/google-authenticator-encourage-user-activation/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/google-authenticator-encourage-user-activation/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/google-authenticator-encourage-user-activation/#developers)

 [Подршка](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/)

## Опис

The [Google Authenticator](https://wordpress.org/plugins/google-authenticator/) 
plugin is a great way to add two-factor authentication to your site, but in order
for it to work, users have to activate it for their account themselves. They may
not know that it’s available, or may not be motivated to enable it.

This plugin helps administrators to encourage users to activate it, and has three
different methods for doing that, depending on how strict you want to be:

 * **Gently Nag the user:** A warning message will appear at the top of the Dashboard
   and Profile screens, asking them to enable two-factor authentication. The message
   goes away when they enable it. This is the default behavior.
 * **Persistently Nag the user:** The warning will appear at the top of all screens
   until they enable two-factor auth.
 * **Force the user:** The warning will appear on all screens, and the user will
   also be prevented from doing anything inside wp-admin until they activate two-
   factor auth. They’re temporarily assigned the role of a Subscriber, and redirected
   to their profile whenever they try to access another screen. Once they enable
   two-factor auth, their original role is restored and they can access other screens
   again.
    Keep in mind that the Google Authenticator plugin doesn’t require users
   to enter a valid 2FA code from their phone during the activation process, so 
   some users may not set it up correctly and lock themselves out of their account.
   This is unfortunate and may result in more support requests, but it’s a small
   price to pay for increased security.

## Снимци екрана

[⌊Under 'Nag' mode, the user has normal access, but will always see a nag message.⌉⌊
Under 'Nag' mode, the user has normal access, but will always see a nag message.⌉[

Under ‘Nag’ mode, the user has normal access, but will always see a nag message.

[⌊Under 'Force' mode, the user will always be redirected to their profile, so that
they can't do anything until they enable two-factor authentication.⌉⌊Under 'Force'
mode, the user will always be redirected to their profile, so that they can't do
anything until they enable two-factor authentication.⌉[

Under ‘Force’ mode, the user will always be redirected to their profile, so that
they can’t do anything until they enable two-factor authentication.

[⌊The configuration options on the General Settings page.⌉⌊The configuration options
on the General Settings page.⌉[

The configuration options on the General Settings page.

## Постављање

For help installing this (or any other) WordPress plugin, please read the [Managing Plugins](https://codex.wordpress.org/Managing_Plugins)
article on the Codex.

Once the plugin is installed and activated, you can visit the General Settings screen
to choose whether users should be nagged to enable two-factor authentication, or
forced to.

## ЧПП

### Does this replace the Google Authenticator plugin?

No, this is built on top of the Google Authenticator plugin and requires it in order
to work.

### Can I customize the notice that’s displayed when a user doesn’t have two-factor authentication enabled?

Yes, you can use the `gaeua_notice_nag` and `gaeua_notice_force` filters. For example,
you can copy and paste the following code into [a functionality plugin](http://wpcandy.com/teaches/how-to-create-a-functionality-plugin/):

    ```
    add_filter( 'gaeua_notice_nag', 'gaeua_notice_nag' );
    function gaeua_notice_nag( $nag ) {
        ob_start();
        ?>

            <div class="error">
                <p>
                    Enter your custom message here.
                </p>
            </div>

        <?php
        $nag = ob_get_clean();

        return $nag;
    }
    ```

## Прегледи

![](https://secure.gravatar.com/avatar/0fabba8f338d86023b2a2504652c48091ec21af5b038d96d5bf6706c2d43de62?
s=60&d=retro&r=g)

### 󠀁[Excellent](https://wordpress.org/support/topic/excellent-3083/)󠁿

 [donikatz](https://profiles.wordpress.org/donikatz/) 3. септембар 2016.

Can confirm works with WP 4.4. IMO, a necessary addition to the great Google Authenticator
plugin. Thanks!

 [ Види сва 3 прегледа ](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/reviews/)

## Сарадници и градитељи

„Encourage User Activation for Google Authenticator“ је софтвер отвореног кода. 
Следећи људи су допринели овом додатку.

Сарадници

 *   [ Ian Dunn ](https://profiles.wordpress.org/iandunn/)

[Преведите „Encourage User Activation for Google Authenticator“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/google-authenticator-encourage-user-activation)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/google-authenticator-encourage-user-activation/),
проверите [SVN складиште](https://plugins.svn.wordpress.org/google-authenticator-encourage-user-activation/)
или се пријавите на [белешку градње](https://plugins.trac.wordpress.org/log/google-authenticator-encourage-user-activation/)
преко [RSS-а](https://plugins.trac.wordpress.org/log/google-authenticator-encourage-user-activation/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### v0.2 (2017-02-26)

 * [NEW] Added a gentle nag mode, where the warning is only shown on the Dashboard
   and Profile screens.

#### v0.1 (2013-12-14)

 * [NEW] Initial release

## Мета

 *  Version **0.2**
 *  Last updated **5 година раније**
 *  Active installations **60+**
 *  WordPress version ** 3.1 или новије **
 *  Tested up to **4.9.29**
 *  Language
 * [English (US)](https://wordpress.org/plugins/google-authenticator-encourage-user-activation/)
 * Tags
 * [google authenticator](https://sr.wordpress.org/plugins/tags/google-authenticator/)
   [two factor authentication](https://sr.wordpress.org/plugins/tags/two-factor-authentication/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/google-authenticator-encourage-user-activation/advanced/)

## Оцене

 4.3 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/reviews/)

## Сарадници

 *   [ Ian Dunn ](https://profiles.wordpress.org/iandunn/)

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/google-authenticator-encourage-user-activation/)

## Донирај

Желите ли да подржите напредак овог додатка?

 [ Донирај овом додатку ](http://nhmin.org)