Register without username, just email address?
This topic contains 17 replies, has 3 voices, and was last updated by Patrik 7 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 6, 2018 at 11:29 am #2734
How can a user register without username?
I just need a register form where the user inputs his email address, no username, no password (system generated password only).
Username should be always same as email address.Can I do this with UsersWP?
Thanks,
MarcAugust 6, 2018 at 2:12 pm #2743Hi Marc,
Currently, UsersWP requires username field in the registration form and it can’t proceed without it. But we have hooks and filters available which can be used to customize the plugin and generate username from the email. We do not provide support for customization here. We will consider this for the future enhancements.
Let me know if you have any questions.
Regards,
PatrikAugust 6, 2018 at 6:17 pm #2751a possible workaround, would be to populate the username field copying what’s on the email field with JavaScript or jQuery and hide the username field with css.
You can find snippets to do similar things with a quick google search.
Thanks
August 20, 2018 at 2:16 pm #2818This reply has been marked as private.August 20, 2018 at 4:25 pm #2821Unless I’m missing something, it should be possible to use it with V2 already.
Let me know if your experience says something different.
August 21, 2018 at 7:21 am #2832It’s not really working 100%. Login / Register yes, but not this: (I’m using Genesis Theme)
– Cannot access “My Favorites” (it always forwards to profile page and not to list of favorites)
– Cannot access “My Listings” (it always forwards to profile page and not to list of my listings)
– Profile Page is not showing any GD related content.Without update I cannot use UsersWP with GDV2.
Thanks
MarcAugust 21, 2018 at 8:39 am #2834This reply has been marked as private.August 21, 2018 at 9:11 am #2835Hi Marc,
It’s because you have installed the GD plugin with folder name ‘geodirectory-master’ as it should be only ‘geodirectory’. Please make changes and let me know if it works fine or not. You will need to reactivate GD plugin after rename.
Regards,
PatrikAugust 21, 2018 at 9:19 am #2836ok, but I just installed the latest GD plugin files from github. An there the folder has been created with this name.
How can I change the folder name to “geodirectory”? I did it on the server, but then the plugin is not working anymore.
Thanks for help
Marc
August 21, 2018 at 9:28 am #2838Hi Marc,
I have only access to admin panel and I don’t see you have changed the name. Once you change the folder name you will have to reactivate the GD plugins. If it doesn’t work for you then provide me FTP details in private reply and I will look into it.
Regards,
PatrikAugust 21, 2018 at 9:37 am #2839This reply has been marked as private.August 21, 2018 at 9:44 am #2840This reply has been marked as private.August 21, 2018 at 10:21 am #2841Hi Marc,
We have not yet tested the UsersWP with GDV2 as it is in our planning. So it will be difficult to handle things related to UsersWP with GDV2. Can you tell me the link of my listing and my favorites as I am not able to find it on the front side? Also, provide us the FTP details in private reply so that we can look deep into your site.
Regards,
PatrikAugust 21, 2018 at 10:46 am #2842Hi Mark,
Try following code in functions.php of the currently active theme and let me know if it works or not:
add_filter('uwp_check_redirect_author_page', 'uwp_redirect_author_page_cb'); function uwp_redirect_author_page_cb(){ return false; }This will disable the author page redirect by UsersWP plugin.
Regards,
PatrikAugust 21, 2018 at 11:43 am #2843Yes it works, thanks a lot!!
regards,
Marc -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket