• Resolved mmki

    (@mmki)


    Hi,
    I would like to temporary block login and sign ups for my page.

    I found that there is a setting:
    WP > Auth0 > Settings > Embedded > Extra Settings

    I’ve tried to add this code there but I do not see any changes.

    {
       "allowSignUp":false,
       "allowLogin":false
    }

    Is something wrong with this code? Does this setting influence Universal Login Page?

Viewing 1 replies (of 1 total)
  • Hi @mmki,

    It looks like you need to remove the quotes like this:

    {
       allowSignUp:false,
       allowLogin:false
    }

    With that being said, I tried this and got some odd behavior from lock. I’m not sure if this is a solution.

    I know that you can disable logins and signups by going to each connection that the application uses and toggling to off. Simply go to the dashboard, and go to connections, then go through database, social, etc. and in each connection you use toggle the application off. Let me know how it goes.

    Thanks,
    Dan

    • This reply was modified 5 years, 5 months ago by Dan Woda.
Viewing 1 replies (of 1 total)
  • The topic ‘Temporary block login and sign ups’ is closed to new replies.