Tagged Questions
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
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 ...