Skip to content

Commit

Permalink
Added paragraph regarding inbound server connection and tweaked copy …
Browse files Browse the repository at this point in the history
…on manual token setting.
  • Loading branch information
Peter Filias committed Mar 16, 2016
1 parent d255648 commit 42f66bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/initial-setup/connection_profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
<div class="modal-body no-padding-bottom">
<p><?php _e('This wizard gets you started with the Auth0 for WordPress plug-in. You\'ll be transferred to Auth0 and can login or sign-up. Then you\'ll authorize the plug-in and configure identity providers, whether social or enterprise connections.', WPA0_LANG); ?></p>
<p><?php _e('Finally, you\'ll migrate your own WordPress administrator account to Auth0, ready to configure the plug-in through the WordPress dashboard.', WPA0_LANG); ?></p>
<p><b><?php echo _e('This plug-in replaces the standard WordPress login screen. The experience is improved of course, but different. By default, there is a link to the regular WordPress login screen should you need it.'); ?></b></p>
<p class="text-center"><span class="a0-button link" id="manuallySetToken">This website is not accesible from internet</span></p>
<p><b><?php _e('This plug-in replaces the standard WordPress login screen. The experience is improved of course, but different. By default, there is a link to the regular WordPress login screen should you need it.', WPA0_LANG); ?></b>b></p>
<p><b><?php _e('Note: For this plugin to work, your server/host needs an inbound connection from auth0.com. This is necessary as Auth0 needs to fetch some information as it pertains to your API token.', WPA0_LANG); ?></b>b></p>
<p class="text-center"><span class="a0-button link" id="manuallySetToken">This website is not accesible from the internet and requires manual intervention for Auth0 to set the token on your behalf.</span></p>
</div>
<div class="modal-footer">
<!-- <input type="submit" class="a0-button primary" value="Continue"/> -->
Expand Down

0 comments on commit 42f66bb

Please sign in to comment.