Plugin Directory

Changeset 905919


Ignore:
Timestamp:
04/30/2014 09:26:45 PM (12 years ago)
Author:
eig
Message:

Update readme.txt in trunk and 1.0 tag

Location:
eig-sso
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • eig-sso/tags/1.0/readme.txt

    r905641 r905919  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Allows customers of Endurance International brands to sign on to WordPress through Control Panel.
     10Allows customers of Endurance International Group to sign on to WordPress through the vDeck Control Panel.
    1111
    1212== Description ==
     
    2525= How do I configure single sign-on (SSO)? =
    2626
    27 This plugin creates and drops its database table on install and uninstall, respectively. As it relies on data created by Control Panel, no user configuration is necessary. If you wish to disable SSO functionality, you may deactivate the plugin. Standard sign on with username and password will still be available regardless of the state of the plugin.
     27This plugin creates and drops its database table on install and uninstall, respectively. As it relies on data created by the vDeck Control Panel, no user configuration is necessary. If you wish to disable SSO functionality, you may deactivate the plugin. Standard sign on with username and password will still be available regardless of the state of the plugin.
    2828
    2929= Who can use this plugin? =
     
    3333= How does this work? =
    3434
    35 When a user signs into Control Panel and requests to sign into WordPress, a nonce (number used once) and salt are generated and saved in the WordPress database as a secure hash. The user is redirected to their WordPress site with the nonce and salt. After the plugin verifies the credentials, the user is signed in.
     35When a user signs into the vDeck Control Panel and requests to sign into WordPress, a nonce (number used once) and salt are generated and saved in the WordPress database as a secure hash. The user is redirected to their WordPress site with the nonce and salt. After the plugin verifies the credentials, the user is signed in.
    3636
    3737= I'm having problems signing in. =
  • eig-sso/trunk/readme.txt

    r905638 r905919  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Allows customers of Endurance International brands to sign on to WordPress through Control Panel.
     10Allows customers of Endurance International Group to sign on to WordPress through the vDeck Control Panel.
    1111
    1212== Description ==
     
    2525= How do I configure single sign-on (SSO)? =
    2626
    27 This plugin creates and drops its database table on install and uninstall, respectively. As it relies on data created by Control Panel, no user configuration is necessary. If you wish to disable SSO functionality, you may deactivate the plugin. Standard sign on with username and password will still be available regardless of the state of the plugin.
     27This plugin creates and drops its database table on install and uninstall, respectively. As it relies on data created by the vDeck Control Panel, no user configuration is necessary. If you wish to disable SSO functionality, you may deactivate the plugin. Standard sign on with username and password will still be available regardless of the state of the plugin.
    2828
    2929= Who can use this plugin? =
     
    3333= How does this work? =
    3434
    35 When a user signs into Control Panel and requests to sign into WordPress, a nonce (number used once) and salt are generated and saved in the WordPress database as a secure hash. The user is redirected to their WordPress site with the nonce and salt. After the plugin verifies the credentials, the user is signed in.
     35When a user signs into the vDeck Control Panel and requests to sign into WordPress, a nonce (number used once) and salt are generated and saved in the WordPress database as a secure hash. The user is redirected to their WordPress site with the nonce and salt. After the plugin verifies the credentials, the user is signed in.
    3636
    3737= I'm having problems signing in. =
Note: See TracChangeset for help on using the changeset viewer.