Skip to content

Commit

Permalink
update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Feb 28, 2022
1 parent d2f95fd commit e90aa7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions authress/assets/js/edit-user-profile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* global jQuery, wpa0UserProfile, alert */

// Used to update the user profile screen in the admin console adding a connection to delete the Authress data and add a button to jump to Authress

jQuery(function($) {
'use strict';

Expand Down
6 changes: 3 additions & 3 deletions authress/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires PHP: 7.4
Tested up to: 5.9.1
Stable tag: {{VERSION}}
License: Apache-2.0
License URI: https://github.com/Authress/wordpress-plugin/blob/main/LICENSE
License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE

SSO Login provides user login, business authentication, SSO, Social login, and Single Sign-On for all sites.

Expand Down Expand Up @@ -54,7 +54,7 @@ All for your customer admin user, make sure to direct them to the Authress SSO a

= Can I customize the Authress login? =

The Authress login widget is completely configurable and it's [open source on GitHub](https://github.com/Authress/wordpress-plugin). You can style the form like any of your site components by enqueuing a stylesheet in your theme. Use the [`login_enqueue_scripts`](https://developer.wordpress.org/reference/hooks/login_enqueue_scripts/) hook to style the form on wp-login.php, [`wp_enqueue_scripts`](https://developer.wordpress.org/reference/hooks/wp_enqueue_scripts/) to style widgets and shortcodes, or both to affect the form in all locations.
The Authress login widget is completely configurable and it's [open source on GitHub](https://github.com/Authress/wordpress-sso-login). You can style the form like any of your site components by enqueuing a stylesheet in your theme. Use the [`login_enqueue_scripts`](https://developer.wordpress.org/reference/hooks/login_enqueue_scripts/) hook to style the form on wp-login.php, [`wp_enqueue_scripts`](https://developer.wordpress.org/reference/hooks/wp_enqueue_scripts/) to style widgets and shortcodes, or both to affect the form in all locations.


= Which authentication providers are supported? =
Expand All @@ -68,4 +68,4 @@ No problem, you can directly connect with the Authress development team in our [

== Changelog ==

[Complete list of changes for this and other releases](https://github.com/Authress/wordpress-plugin)
[Complete list of changes for this and other releases](https://github.com/Authress/wordpress-sso-login)
2 changes: 1 addition & 1 deletion authress/templates/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<a href="https://authress.io/community" target="_blank"><?php _e( 'Authress Community', 'wp-authress' ) ?></a> -
<?php _e( 'If you have questions about how to use Authress or the plugin, join the Authress community, and ask any questions you may have.', 'wp-authress' ) ?>
</li>
<li><a href="https://github.com/authress/wordpress-plugin/issues" target="_blank"><?php _e( 'GitHub Issues', 'wp-authress' ); ?></a> -
<li><a href="https://github.com/Authress/wordpress-sso-login/issues" target="_blank"><?php _e( 'GitHub Issues', 'wp-authress' ); ?></a> -
<?php _e( 'If you find a bug in the plugin code, the best place to report that is on GitHub under the Issues tab.', 'wp-authress' ); ?>
</li>
<li><a href="https://authress.io/app/#/support" target="_blank"><?php _e( 'Support', 'wp-authress' ); ?></a> -
Expand Down

0 comments on commit e90aa7d

Please sign in to comment.