Using email as username

This topic contains 7 replies, has 3 voices, and was last updated by  iinz 4 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #5020

    iinz
    Lifetime Member
    Post count: 59

    Hi,

    I have few queries. Request users to advise.

    1. I would like to use email id as username at the registration page and subsequent pages for login etc.

    2. I am using registration only to enable them to add/edit business listing using GeoDirectory. How do I restrict it. Users will not be allowed to add any post or comment etc.

    3. I would like to activate registration after confirming their email id and one more verification (which can be text message on mobile or sending code to their physical address or something).

    4. On the registration page, instead of showing the label inside the field, I would like to show on the left outside the box. (similar to add listing page in GeoDirectory)

    Thanks in advance

    #5033

    Alex Rollin
    Moderator
    Post count: 27815

    1. I would like to use email id as username at the registration page and subsequent pages for login etc.

    This is not possible with UsersWP features and so would require your own customization.

    2. I am using registration only to enable them to add/edit business listing using GeoDirectory. How do I restrict it. Users will not be allowed to add any post or comment etc.

    UsersWP is not a membership or role management plugin yet. You will need another plugin to do that.

    3. I would like to activate registration after confirming their email id and one more verification (which can be text message on mobile or sending code to their physical address or something).

    We have a moderation addon, have you already tried that?

    4. On the registration page, instead of showing the label inside the field, I would like to show on the left outside the box. (similar to add listing page in GeoDirectory)

    This may be possible with CSS, please share a link to the page so we can take a look.

    #5035

    iinz
    Lifetime Member
    Post count: 59

    Thanks Alex for quick response. Appreciate.

    I activated the moderation addon. But could not find option to send text message to user’s mobile number for verification purpose.

    Can you recommend any plugin which can take care of my requirements. Though I have already purchased UsersWP, I do not wish to change the plugin after my project is launched.

    #5037

    Alex Rollin
    Moderator
    Post count: 27815

    We do not have an SMS verification addon at this time. If I hear of a good one I will let you know.

    #5045

    Kor
    Moderator
    Post count: 16516

    Hi suvadel,

    Thanks for your patience. Could you please share your Website URL here in question so that I could check the point below for you?

    4. On the registration page, instead of showing the label inside the field, I would like to show on the left outside the box. (similar to add listing page in GeoDirectory)

    #5049

    iinz
    Lifetime Member
    Post count: 59
    This reply has been marked as private.
    #5055

    Kor
    Moderator
    Post count: 16516

    Hi suvadel,

    Thanks for your reply. You can use the custom CSS code below to achieve what you needed there. Insert into WP > Appearance > Customize > Additional CSS

    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #fff!important;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color:    #fff!important;
       opacity:  1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
       color:    #fff!important;
       opacity:  1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
       color:    #fff!important;
    }
    
    
    div#uwp_account_first_name_row:before {content: "First Name"!important;}
    
    div#uwp_account_last_name_row:before {content: "Last Name"!important;}
    
    div#uwp_account_username_row:before {content: "Username"!important;}
    
    div#uwp_account_user_country_row:before {content: "Country"!important;}
    
    div#uwp_account_email_row:before {content: "Email"!important;}
    
    div#uwp_account_confirm_email_row:before {content: "Confirm Email"!important;}
    
    div#uwp_account_password_row:before {content: "Password"!important;}
    
    div#uwp_account_confirm_password_row:before {content: "Confirm Password"!important;}
    #5063

    iinz
    Lifetime Member
    Post count: 59

    Thanks Kor,

    It worked. Do you have any repository where I see such useful code.

Viewing 8 posts - 1 through 8 (of 8 total)

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

Open Support Ticket