Skip to main content

Login Page

Sorry to be a pain but is there a way to disable the ‘don’t have an account? Signup.

I’d prefer my members to follow my funnel than a random person be able to signup.

Alternatively is there a way to approve a new member before they have access to my community?

Thank you

Login Page

Adam George

Also, is there a way to set a redirect after registration? After registration I would like to send new members to a getting started page.

Brian Chikami

Adam George for my community I use the welcome banner with a link to a get started post.

J V

Adam George FluentAuth give you redirect options.

Adam George

Brian Chikami thanks for the idea

Thomas Oates

If you go to Settings->General, you can uncheck 'Enable User Registration via FluentCommunity Signup Form', save settings, and it goes away.

Brian Chikami

Thomas Oates thank you

J V

Thomas Oates That makes registering impossible. The better option is to remove it with some CSS.

Adam George

Brian Chikami thanks for that. I’ll look into this plugin.

Brian Chikami

J V I’m finding that too once I unchecked it. Any suggestions on the CSS?

J V

Brian Chikami 
.fcom_alt_auth_text {
display: none; }

This also removes some stuff (not important for me) on the password reset, so you may need to dig deeper.

Insta Net

J V Im also interested in removing the "don’t have an account? Signup/join" from the page because we redirect to a funnel. How to do this? Disabling registration makes it impossible to signup. We tried pasting your code in the "FC>portal settings>customization>custom snippets>custom css" but not working. Any suggestions? Thanks

J V

Insta Net I use fluent snippets and it works without anything else added.

Insta Net

J V this FluentSnippets? https://fluentsnippets.com/

Ill try it.. because using the FC custom snippet in settings dashboard was not working.. thanks for the reply

Insta Net

J V Brian Chikami Hi guys.. can you help me with this issue.. I still cant remove the Join Now on login page. We redirect to a funnel instead.. here is screenshots, using FluentSnippets.. is this correct? Any suggestions would be great. Thank you

J V

Insta Net after 'none' ; is missing