The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
140 views

wp_signon gives error insufficient_permissions

This seems odd to me because if you're signing on a user you shouldn't already be signed in... therefore your permissions shouldn't matter. It may be a bit of an odd way of going about it, so that ...
0
votes
0answers
15 views

Login and posting in WordPresse from android via XML-RPC

I created an android application that consumes a Restful web service. Two HttpPosts are made : One to send Login information, and an other to send information from device (title, content, video, ...
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 ...