Skip to main content

All Questions

Tagged with
0 votes
1 answer
17 views

Will users still be able to log in if I change host?

The title says it all. I am taking over a website from somebody who lives in another country and will host it in the UK. Once the migration process is complete (moving it from their host to mine), ...
Mus's user avatar
  • 117
1 vote
1 answer
44 views

redirect to my login page if not logged in

When a customer wants to leave a review on the product page, they are prompted to log in if not. Do you have a proposal to send the customer to the a specific login page and then return once logged in?...
Yves's user avatar
  • 11
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
1 answer
128 views

Wordpress change role from administrator to author by itself (automatically)

do anybody know this kind of phenomenon? I do not have any user managing plugins installed in my WP, but after some interaction e.g. editing pages or creating postings (its not matter) WP changes for ...
RestAPPDev's user avatar
0 votes
0 answers
18 views

change Dashboard default page on login

I found almost the same question here - Remove dashboard, use Pages tab as default and I tried to implement it for my own needs and couldn't get it to work. I am doing a hotel site and I am making a ...
Will Bode's user avatar
0 votes
1 answer
69 views

How to authenticate/verify login credentials & check for user meta without logging in?

I have custom login form and i used wp_signon() to authenticate. However, i wanted to run an additional check for usermeta and if the user has account_status === pending, throw an error or or prevent ...
CruzZ's user avatar
  • 11
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
63 views

Does wordpress support natively the concept of logging-in users? (not admins, but users of the website)

I need to create a small members area, probably for about 1000 users, not more. I want to set private information there, forms, interaction, etc. More in particular it'll be for "providers" ...
Xavi Montero's user avatar
0 votes
1 answer
67 views

How do you manage your pages or functions that require logged-in users?

I'm having more functions and pages that require my users to be logged-in. Below is what I have in each of my functions, kind of a hassle to keep repeating this code. $user_id = get_current_user_id(); ...
ratib90486's user avatar
0 votes
1 answer
566 views

add class to element if user is not logged in [closed]

Please help . I need to add class to this button if user is not logged in <?php echo apply_filters( 'my_order_html', '<button type="submit" class="ADD-CLASS-HERE cfw-primary-btn ...
Teymur Abbasov's user avatar
0 votes
1 answer
86 views

Admin Panel 404 Error after login

well i've created a custom login page (NOT customizing orignal login page) and use the code below to log in users: if($_POST){ if (!empty($_POST['username']) && !empty($_POST['password'])) ...
KoCo's user avatar
  • 1
0 votes
2 answers
181 views

Is there a way to call via javascript if a user is logged-in on a static html file?

I am using Wordpress/Woocommerce for my website along with jekyll (static html generator). I want to change a button based upon user logged in or logged out. \\ if user is logged in <button>Log ...
Kostas Gogas's user avatar
0 votes
0 answers
44 views

Restricting wordpress login sessions for a web app

I am creating a webgl unity app that sits on a wp site and uses the wp accounts to store data. It works really well, however an issue I have is that currently a user can be logged in on two machines ...
wdslatter'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
0 votes
2 answers
841 views

How to block specific user id in custom login form?

I've been looking for this method for weeks, but still can't find it. There are so many sites that discuss how to create a custom login page, but they don't cover how to block a specific id like the ...
Ari's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
9