Disable fields in the login form

This topic contains 5 replies, has 4 voices, and was last updated by  Gabrielle Harford 6 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #1490

    Nikonn O
    Buyer
    Post count: 7

    Hello. I have a question on the form of authorization. Your plugin has an addon – social network, with the help of it you can quickly register on the site. In this regard, I had an idea to disable all fields in forms and leave only social networks. In the registration form, I turned off all unnecessary fields. But I can not disable the fields on the login form. How to disable the fields – Username and Password in the Login form?

    #1491

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    There is no option for this, would hiding them with CSS not do the same job?

    Thanks,

    Stiofan

    #1492

    Nikonn O
    Buyer
    Post count: 7

    Thank you.

    #1494

    Nikonn O
    Buyer
    Post count: 7

    On your recommendation, I used the CSS styles and got the result. Maybe it’s useful to someone

    .uwp_form_text_row { display: none; }

    .uwp_form_password_row { display: none; }

    .uwp_page .uwp-login-form input { display: none; }

    .uwp_page .uwp-registration-form input { display: none; }

    .uwp-remember-me { display: none; }

    .uwp-forgotpsw { display: none; }

    #1497

    Alex Rollin
    Moderator
    Post count: 27815

    Thanks for sharing that!

    I am sure it will be. I know other members have had similar ideas about keeping the user on the page with easy registration.

    🙂

    #1587

    Gabrielle Harford
    Free User
    Post count: 1
Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket