I want to disable the “Don’t have an account? Sign up” prompt from the universal log in page but every single post about this says to disable signup on the connection.
I do not want to do this, our system requires users to be able to sign up, but only from an invitation link we send, we don’t want anyone to think they can or accidentally try to sign up from the log in page. How do I disable this link/text without actually disabling sign up on my DB completely?
Hi @ventimdg,
Welcome to the Auth0 Community!
The easiest way of dealing with this would be to hide the signup link from the login page without enabling the “Disable Signups” for your Database Connection by just adjusting the branding settings when using the New Universal Login.
This can be achieved by going to Branding - Universal Login - Edit Text and Translations - select the Login Prompt and set the footerLinkText and signupActionLinkText and footerText to a single white space.
Otherwise, the recommended solution would actually be using the “Disable Signups” feature, but alongside Organizations. You can check out the all the steps presented by this article - Restrict Sign-Ups to Just Invited Users for Organizations.
I hope this helps!
Best regards,
Remus