Using email as username
This topic contains 7 replies, has 3 voices, and was last updated by iinz 5 years, 3 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 14, 2019 at 10:28 am #5020
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
August 14, 2019 at 6:59 pm #50331. 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.
August 14, 2019 at 8:59 pm #5035Thanks 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.
August 14, 2019 at 9:43 pm #5037We do not have an SMS verification addon at this time. If I hear of a good one I will let you know.
August 16, 2019 at 4:42 am #5045Hi 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)
August 17, 2019 at 3:44 am #5049This reply has been marked as private.August 18, 2019 at 6:07 am #5055Hi 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;}
August 20, 2019 at 12:27 am #5063Thanks Kor,
It worked. Do you have any repository where I see such useful code.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket