sqrldev / wordpress-sqrl-login

SQRL Login WordPress plugin
MIT License
21 stars 7 forks source link

Login Gadget not appearing on Login page #62

Open noelmage opened 2 years ago

noelmage commented 2 years ago

Describe the bug After installing and activating the plugin, the widget does not show up on the login page. I do not see documentation of a shortcode or widget that I can add to the page manually.

To Reproduce Steps to reproduce the behavior:

  1. Go to www.isc2-huntsvillechapter.org/login
  2. See error

Expected behavior SQRL login

Screenshots Screenshot

Desktop (please complete the following information):

Wordpress

kalaspuffar commented 2 years ago

Hi @noelmage

Is this a custom layout? The plugin should be added to the login flow, but you might have removed the trigger that adds this widget if you have changed the page design.

The action we use to append the SQRL widget is called 'login_form'.

We don't have any shortcode to add this manually, but we should probably implement it as there might be more cases where you want to customize the login flow.

Best regards Daniel