The authentication tag has no wiki summary.
0
votes
1answer
18 views
How to generate “WP_Error” Object for user login?
I want to return the Login Error Message even user key-in their privileges correctly. In other words, to terminate the login and show the error message.
When we key-in wrong passwords, wordpress ...
0
votes
0answers
13 views
Wordpress Login Customization for External Authentication
I'm not sure which approach is best but my situation is something need to tie the admin login with external authentication source. I mean, WP normally is:
wp-admin ---> Check with WP Database ...
0
votes
1answer
24 views
Wordpress Site login problem with facebook, twitter and other social media
I am running My Wordpress Powered Website on a free hosted platform and the provider blocked PHP curl extension. I want to let visitors login with facebook and other social platforms. I tried with ...
0
votes
0answers
181 views
Why 'Authorization Required' is coming on wordpress login
When i try to login to my WordPress blog admin why this pop up error come ..
"Authorization Required"
http://stpatrickscollege.edu.pk/wp-login.php
0
votes
0answers
29 views
Change domain of cookie
Right now my site is being served from intranet.mydomain.com. When a user is signed in (via wp_set_auth_cookie) the cookie is set with the domain of intranet.mydomain.com.
I want the cookie to be ...
0
votes
0answers
37 views
Getting Auth and Id from wp-fb-autoconnect
I'm trying to access facebook id and auth token values within my custom page. I'm using the wp-fb-autoconnect plugin. I've tried settings these via the hook (in function.php):
...
1
vote
1answer
104 views
What exactly is ReAuth?
Searching for "WordPress Reauth" and the like all result in folks who are having problems with ReAuth=1. What exactly is ReAuth?
3
votes
2answers
86 views
What is $interim_login?
I found an $interim_login variable within the wp-login.php file, and I'm not sure what it does or what it is. The documentation around the interwebs is pretty sparse.
What is $interim_login?
0
votes
1answer
46 views
WordPress ReAuth =1 Loop with wpCAS
The wpCAS plugin appears to be working: I have a subdomain on a website which contains the WordPress installation (i.e. test.mywebsite.com), and I'm running through a WordPress GitHub Repo along with ...
1
vote
0answers
34 views
Continuous Login Sessions For Super Admins Across Multi-Site Network of Sites
I've looked around on WPSE, and WordPress.org and Google. Can't seem to find much information on this topic.
Is it possible to enable continuous login sessions across all WordPress Multi-Site linked ...
0
votes
1answer
54 views
Auto log in hook is requiring a page refresh
I have a simple auto log in hook that looks like the following:
function auto_login() {
if (!is_user_logged_in()) {
//Removed some code for brevity.
$user = ...
1
vote
0answers
101 views
Using `auth_redirect` : keeps asking me to login even when I'm loggen in
I am trying to use auth_redirect to automatically redirected not logged-in visitors when then visit a specific page.
Here is the code I use:
...
0
votes
1answer
154 views
Wordpress authentication using custom php?
i need to integrate a wordpress login into my php website, for the purpose of single login to access my website and wordpress blog also, i have used some codes using curl it is logged in the user, and ...
0
votes
2answers
74 views
How to get the ID of the currently logged in user?
I want to get the ID of the currently logged in user. I've found the function:
get_current_user_id which seems to be working, however I'm not sure what 'current' means in this context.
Meaning if the ...
0
votes
1answer
97 views
Use Wordpress engine for user registration and management
I am building a web app and would like to use the Wordpress Engine only for Authentication and User Management. Is there any good tutorials out there on how I can connect only the back end of ...
0
votes
2answers
153 views
Authentication for wordpress website
i am developing android app for website, and have done coding for login page which contains username and password for my website(Job Roller), i have stuck up in validating and authenticating the ...
3
votes
2answers
236 views
Storing Dropbox Authentication?
I am trying to create a Wordpress plugin that exports each blog post to my dropbox folder. The code is below but I have a problem.
If I run this code outside Wordpress, it works perfectly. The table ...
0
votes
3answers
431 views
How do I require authorization / login to view a specific set of posts / pages?
I am working on a wordpress site for a client who wants an internal 'intranet' for his employees. The basic needs are:
Communicate things in-house
House important company documents
Provide quick ...
1
vote
0answers
68 views
How to set up Shibboleth authentication for a MU site
So far I haven't found an easy set up plugin that works.
"shibboleth" is over 2 years out of date.
"HTTP authentication" might work, but I haven't figured out how to set it up yet.
I have an IDP ...
1
vote
0answers
72 views
Login after “Read More” then return to article
When a user clicks on an article to "read more" and is then prompted to log in with user name and password, We would like the user to be returned to the article directly instead of being returned to ...
2
votes
1answer
330 views
How to change the default home page for the WordPress Dashboard?
Is it possible to change the Default "Home" admin page when logging into the WordPress Dashboard?
I thought about a couple of possibilities...
Substitute the content on the Dashboard home page ...
0
votes
1answer
111 views
authenticate user without redirecting
I am working on a form (Gravity Form) which needs some user authentication when the form is submitted. Gravity's documentation pointed out the place where i should place my code. i.e.
...
1
vote
0answers
58 views
How to make Wordpress use authentication from Parent Site
I have a site already, I am adding wordpress to it. THe current site already has user authentication. I want to continue using that authentication and I want my user to be able to seamlessly move to ...
0
votes
1answer
52 views
Advice on setting up private site
I've developed a wordpress site which is only to be made available to around 30 people, whose email addresses I have in a spreadsheet. I want to allow these people to be able to register/login and ...
2
votes
4answers
989 views
How to check username/password without signing in the user
I'm writing a plugin that creates an API endpoint that validates username/password pairs.
I'm currently using wp_signon() to check whether the username/password combo works. This works fine when the ...
3
votes
1answer
859 views
Create API for single sign-on with 3rd party site
My site needs to integrate with a 3rd party software, which will live on its own sub-domain, hosted by the software company. I need to provide the 3rd party developers with an endpoint that they can ...
0
votes
1answer
69 views
Is it possible to integrate a custom login feature with wordpress?
I'm looking for a way for members of my site to be able to post comments on the site's wordpress blog, and have their name and avatar from the site show up next to their comments.
Is there a way to ...
1
vote
0answers
137 views
Easiest Way to Authenticate WP Users Using an External DB?
I have been looking for the best/easiest way to share users on a WP blog (in a subfolder) with the MAIN site's user database so that people do not have to register/log in on the WP blog when already ...
0
votes
0answers
12 views
Wordpress auth in external PHP [duplicate]
Possible Duplicate:
How to use WordPress authentication on non-WordPress page?
Is it possible to protect an external php script on the same server as a wordpress install, with the wordpress ...
0
votes
2answers
760 views
Create Mashable Follow-like Facebook, Twitter login/connect?
Hi want to ask if anyone can share an idea on how Mashable registration works?
Basically the only option you have to register to their site is by Facebook or Twitter, after you login to one of them ...
0
votes
1answer
73 views
Ajax for non-logged-in users
I'm working on a plugin that captures some data from a non-logged-in user (such as a Like Button) and enters it into the database based on post_id.
My plugin works fine for logged-in users but ...
3
votes
1answer
120 views
Friendica integration using wordpress authentication
I currently have a BuddyPress community with bbPress forums and a MediaWiki based collaborative area.
I'll soon be adding Friendica support for good integration with other friends Diaspora websites ...
2
votes
1answer
2k views
Can I programmatically login a user without a password?
I'm manually creating users programmatically, and I want to sign in the newly created user. WP makes it easy to access the hashed password, but not the plaintext version. Is there a way to use ...
0
votes
1answer
112 views
Login redirect shows white page in firefox
I am developing a plugin which allows to link a local wordpress account to a two-factor authentication service.
The login and linking flow works perfectly in Chrome and IE, but the redirects result ...
2
votes
2answers
275 views
Override user authentication with external credentials
I'm working on a site running WordPress along with a vBulletin forum. The user base is registered on vBulletin. I need to allow users to appear logged in on WordPress as well for the sole purpose of ...
3
votes
2answers
502 views
Facebook OAuth, WP_Http::request() vs wp_remote_request()
Running WordPress 3.3.2 and PHP Version 5.2.17
I'm trying to get the access_token from Facebook using wp_remote_request() and Facebook OAuth API (btw, working example at the end of this entry).
Is ...
3
votes
2answers
240 views
why does WordPress need two cookies for auth/login
I can see two cookies: auth and login cookies in wordpress. Why do we need two?
I think one is enough.
-1
votes
1answer
395 views
External Authentication
I currently have a website with its own user authentication. It also has 3 separate installations of WordPress in its subdirectories, each loading data from 3 separate databases. What I would like to ...
2
votes
3answers
843 views
Adding extra authentication field in login page
I am going to enhance my WordPress authentication page. My idea is that simply adding an extra field into the login page. The extra field will require user to enter personal identification code (4 to ...
2
votes
1answer
303 views
Plugin to require Twitter or Facebook login before posting a comment
There are similar questions to this one (e.g. A plugin where users can comment with Facebook or Twitter or OpenID or Twitter/Facebook login for comments) but none of it fully addresses my scenario so ...
2
votes
1answer
273 views
Authentication/API Questions
We are trying to use S2Member to manage our WP site and memberships for a Flash program that we are launching. We'd like to use S2Member to authenticate the user when they login and remain logged in.
...
3
votes
3answers
2k views
How to validate a user from ouside wordpress/php?
I'm working on an ajax application that will be embedded in a wordpress page. The ajax app exchanges data with servlets running on tomcat. Now the servlets need a way to determine if a request comes ...
3
votes
2answers
686 views
custom XMLRPC method plus authentication of user & WooCommerce order
I'm working with a custom XML-RPC method to capture some information for a plugin I am building. When activated the user has to authenticate themselves by entering there user/password given to them ...
0
votes
2answers
89 views
Change All Login/Signup Links in Plugin
I would like to redirect all login and signup links to an external site.
I would prefer to do this in a plugin, or somewhere that isn't affected by WordPress upgrades or theme changes.
What is the ...
0
votes
3answers
2k views
Facebook Registration Tool: how to use in Wordpress?
Facebook provides a Tool to let Facebook users register to third party websites:
https://developers.facebook.com/docs/plugins/registration/
How to integrate this tool into Wordpress?
I would like ...
1
vote
1answer
870 views
Is it possible a one click user registration with Facebook or Twitter (or other Social Networks)?
Would it be possible to create a wp user by signin up with Facebook connect? (And through Twitter app, and eventually other major social networks? Facebook is most important, then Twitter, the rest ...
3
votes
2answers
332 views
How can I log a user out of Wordpress before the page loads?
I would am using the code below so that on my wordpress site if ?logout is appended to the end of the URL the user will be logged out. This works well - if the user visits a page such as ...
0
votes
2answers
404 views
Check if user is logged in, inside php file in template directory
I have a php file in my template directory which generates some data from a database. I only want this data to be accessable for my wordpress users.
I tried by using this line of code but it gives me ...
0
votes
1answer
108 views
Any one know why Flickr Gallery won't authenticate with Flickr? [closed]
Using wordpress 3.2.1 and Flickr Gallery 1.5.2
When I try to generate a token Flicker tells me "Oops! Flickr can't find a valid callback URL".
Has anyone used this plugin or any plug in and found a ...
2
votes
1answer
94 views
Restricting access to content
I'm developing a functionality to let only customers and doctors have access to exam results. But i'm not so sure about the strenght of my code in securing view only to those authorised.
I've gotten ...
