• Resolved beanmr

    (@beanmr)


    Good afternoon,

    My website is for a facebook group and I would only like them to be able to login using my facebook login button that I have. Is there a way for me to hide the Email and username field in login and registration? This is very important as I dont want people using fake emails to login and its much cumbersome for users to create fake facebook profiles. Also, it seems like your redirection sometimes sends me to a error page.

    carshowvote.site is the website
    my email is [email protected]

    Thank You

Viewing 1 replies (of 1 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    hiiii beanmr,

    please apply the following CSS to plugin custom CSS (Login Form Setting -> Custom CSS)

    /*login form field*/
    form#loginform p {
    display: none !important;
    }

    /*to hide forget password*/
    p#nav{
    display: none !important;
    }

Viewing 1 replies (of 1 total)

The topic ‘Facebook Only Login’ is closed to new replies.