Alex Rollin
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.August 15, 2019 at 1:04 am in reply to: Registration Success Email not selected but still sent #5040
Wonderful! Thanks for letting us know.
We do not have an SMS verification addon at this time. If I hear of a good one I will let you know.
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.
Only the menu links that come with UsersWP do the logged in/ logged out thing. Hiding / showing other links isn’t a features of UsersWP.
Have you installed the email log plugin? Is it showing in the list?
Thanks for reporting the issue here.
Please share WP Admin credentials and the login URL of the site so we can take a look at the issue.
Are you editing the profile page, for example?
OK, I will mark this one as resolved. If there are new issues with email deliverability, install the email log plugin from wordpress.org and make a new topic if you see a problem.
We have an addon for that: https://userswp.io/downloads/recaptcha/
Glad things are working for you now! 🙂
Alex
Hello,
Please share WP Admin credentials and login URL in a private reply so we can check your settings.
What you can do is try checking the UsersWP settings to make sure that the login register and profile pages are all set and that they exist. If plugins have been off and on, sometimes pages can be removed accidentally.
August 11, 2019 at 11:53 pm in reply to: Remove links from Change password and Forgot password pages #4966You can create some custom CSS to hide it.
There are not options built into the plugin to hide it, though.
I will flag your question for the developers in case there is a programmatic way to do that.
That is a WP feature. You can add a code snippet to remove it, using the code snippets plugin from wp.org, like:
if ( ! current_user_can( 'manage_options' ) ) { add_filter('show_admin_bar', '__return_false'); }
Great! 🙂 Thanks for letting us know
If you get the site hosted we can take a look, but this isn’t a known issue.
The Users menu should still be there. UsersWP does not replace/move/change it.
If we need to check the settings please share WP Admin credentials in a private reply along with login URL.
-
AuthorPosts