• Resolved mmki

    (@mmki)


    Hi,
    I use Universal Login Page. I would like to show link to my custom registration page as a link or a button on a login form. How can I accomplish that? Currently I have set in Auth0 dashboard > Universal Login > Login:

    
    allowSignUp: false,
    

    but even if i change that to:

    
    allowSignUp: true,
    signUpLink: 'https://yoursite.com/signup',
    

    still there is no button or link to the registration on the form.
    Do I have to change something in WP Auth0 settings or somewhere else?

    • This topic was modified 4 years, 4 months ago by mmki.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mmki,

    I just tested this and it is working for me. When I click sign up it redirects me.

    Are you getting errors? If you have no options relating to signup you should see the signup tab as well. It defaults to allowSignUp: true

    Thread Starter mmki

    (@mmki)

    Hi @identitydan,
    does it work for connections with Disable Sign Ups option turned on?

    @mmki,

    To be honest, I am not sure. I would have to test it out.

    I am thinking that ‘disable sign ups’ disables the actual signup call to the API, and would not allow any new user to sign up.

    Do you have a particular goal in mind? It sounds like you are working around a specific constraint.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ULP & custom registration form’ is closed to new replies.