You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a suggestion if this is to be an enhancement, it might be nice to extend support for all Lock options. Something like: /wp-login.php?auth0_options=eyJpbnRpYWxzY3JlZW4iOiJzaWdudXAifQ==
where the query param would be auth0_options and the value would be a base64 JSON object.
Is there a way to directly navigate to
/wp-login.php
and have the Sign Up tab be displaying instead of the login form?Would be great if you could pass a query parameter like
/wp-login.php?initialscreen=signup
or/wp-login.php?action=singup
I've looked through the documentation and have found that in Lock for Web this is an option, but im not sure if its implemented in
wp-auth0
https://auth0.com/docs/libraries/lock/v11/configuration#initialscreen-string-
The text was updated successfully, but these errors were encountered: