Skip to main content

All Questions

0 votes
0 answers
17 views

Is there a plugin or resource for custom implementation for OAUTH and regular user login?

I have two sets of users. Internal users just exist in a black box I can authenticate using OAUTH. I also have public "randos" that will be mostly scammers & spammers that I need to have ...
BradChesney79's user avatar
0 votes
0 answers
37 views

Restricting access to non logged in users

im trying to create a user flow where, when a non-logged-in user tries to access my website, I want them to see an entry page with links to the login and registration pages, but I don't want them to ...
onlyoreoo's user avatar
0 votes
0 answers
54 views

I'm trying to register with AJAX

I have tried this add_action( 'wp_ajax_custome_ajax_email_check', 'custome_ajax_email_check' ); add_action('wp_ajax_nopriv_custome_ajax_email_check', 'custome_ajax_email_check'); function ...
Chandan Sayed's user avatar
4 votes
2 answers
1k views

How to create a fully functional user registration in WordPress?

I used many user signup plugins for users registration and they did good job, but the problem is, each website collects different data through user registration forms. In my case, the data collected ...
Asmat Ali's user avatar
  • 139
0 votes
1 answer
60 views

Redirect all pages to the custom login page except for the registration page

I have redirected all non logged in users to my login page but on the page there is an option for them to register and that navigates back to my login page and I want to exclude that register page ...
Kayla-May Smit's user avatar
0 votes
1 answer
351 views

How to disable login and registration pages?

I use a login/register plugin and display the forms on a custom page. So I try to find a solution to disable, or even better, redirect URL such as example.com/wp-login.php, example.com/register (which ...
dragoweb's user avatar
  • 249
0 votes
1 answer
271 views

Does wp_login hook fire on user registration?

My site is set to immediately login a user after they register. I'm writing a plug-in which needs to fire wherever a user logs in. If I order the wp_login hook, will this fire at user registration (...
AutoBaker's user avatar
  • 151
0 votes
1 answer
142 views

How to make a user be able to register if such a login already exists?

And then to log in only by e-mail and password.
Anrisssss's user avatar
0 votes
0 answers
97 views

Linking form to user meta fields

I currently have my login page set up to allow sign up through google. Immediately after a successful sign up I'm looking to set up a redirect to a form where the user can enter additional details and ...
Robert Mifsud's user avatar
0 votes
0 answers
167 views

Allowing duplicating users with same user_login and user_email

I would need a solution that the system would accept duplicates on user_login. I found a plugin for user_email duplicates, but I also need for user_login. Any idea is welcome, Thanks :)
dev198742's user avatar
1 vote
0 answers
25 views

Protect sequence of pages with same password for each of two groups of users

I'm currently creating a home page (learning environment) with wordpress. It should serve for an experimental study with two conditions. Based on the condition a participant will be assigned to, he or ...
Nadine M.'s user avatar
0 votes
0 answers
571 views

Updated : how to make email optional while user registration using default wordpress form

I wonder if there is any way to make email an optional field while registering using default form. So that those who don't know mail may leave it blank. I got code from stackexchange but that doesn't ...
David Becckam's user avatar
0 votes
0 answers
124 views

Using custom IDP with WP

I got a client and they have a custom made IDP now they are moving to WordPress from Blogger and I made the full setup for the new WP site. Now they want the logins to be made from the IDP and not in ...
Sarvesh M Rao's user avatar
0 votes
1 answer
227 views

Problem in auto login after registration

I created a registration form myself and now I need to auto login after registration but I see the following error that belongs to a plugin. I know I should not speak about plugin here But my question ...
user190460's user avatar
1 vote
0 answers
21 views

Correct passwords keep appearing as incorrect

I don't know why passwords are not working... Every time a user registers on my website, their accounts are verified easily but the same passwords they use to register appear as incorrect. I have ...
BAKARE PAUL's user avatar

15 30 50 per page
1
2 3 4 5
8