I don’t want the login link on this prompt.
Can you give a little more info into the situation. - If you were to remove this, how would users login?
Welcome to the Auth0 Community!
There are multiple signup screens that you are able to customize ( signup, signup-id and singup-password) and you can by default remove the " Already have an account ? Log in " text and link from the signup-id and signup-password pages. You can achieve this using the Universal Login and navigating in your Dashboard to Branding → Universal Login → Edit Text and Translations and select the appropriate signup Prompt.
If you wish to have further control over the looks and feels of all prompt, I recommend checking out our documentation on how to Customize Universal Login Page Templates and look up the particular screen that you are interested in. For full control you will need to setup a Custom Domain on your tenant for a full Branded experience.
Hope this provided some clarity for you!
Best regards,
Gerald
Hey all.
Sorry, I’ve just realised ive got it the wrong way round!
It should be: “On the login prompt, how do i remove the sign-up link?”
Im sure there are other ways to solve my problem, but let me outline whats going on.
So for sign-up/register, I make new users select account type A or B. I then set a cookie with that selected account type just before calling Auth0. After coming back from Auth0 to my app, I can then use this cookie to send them to the correct page etc.
With login, I have (and want to keep it this way) just 1 button on my app i.e. no distinct if they are account type A or B. So when they click login and Auth0 is displayed, I don’t want them to be able to click “sign-up” as in this scenario I have not set account type in any cookie…as i dont know who they are.
Thanks
Hi, so in the registration journey, could you not give them the option there (on auth0) to select their account type and offload it to the platform, customising the flow they are on depending on which they choose - meaning no need for cookies?
Hmm, ok. I would rather not only because ive spent a while builing it how it currently stands. I’ll take a look though and also at some customisation tutorials as I think I there might be a soution there.
Just a suggestion
otherwise, this should work - Removing 'Don't have an account? Sign up' from New Universal Login - #5 by rueben.tiow
Thank you for providing the additional details!
As you want to disable the sign up option for your users on the login page, this can be done on a Database level by going to the Settings page of the Database ( in your Auth0 tenant ) and enabling the " Disable Sign Ups " option. You can read through our Disable Signups at Connection Level article and in case you want to disable Sign up on the application level, I can recommend our Disable Sign-ups for a Specific Application documentation.
For added details, I can also share our Don’t show “Sign Up” option on New Universal Login topic that mentions how to handle Social Connections in this scenario, if it suits your extended use-case.
Have a great one!
Gerald
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.