Why is the reset password key missing in the reset password email?

WordPress 3.2.1 – The reset password URL in the email generated by http://mysite.com/wp-login.php?action=lostpassword does not contain a valid key and so users are unable to reset their password. We do have Register Plus Redux plugin installed but the problem persists even if I disable it. Is this a known issue? Clicking the link gives the … Read more

Can I create users that have access to *some* other users posts instead of all other users posts?

I’ve been using basic user rights functionality on a multi-user WP site for a while and its worked out great, having most user accounts just have access to their own posts but a few “editors” having access to everyone’s posts. This was assisted by the wp-front plugin that allows you to easily define user roles. … Read more

Can you have multi-site WP and keep users separate?

I’m aware that multi-site exists but I’ve never used it. Could I use it in a type of reseller mode, where I ran one install of WordPress but provided completely separate sites for separate users? Such that the users didn’t even know the other sites existed, they just saw their site? Every time I search … Read more

Capability for allowing user to post own comments without moderation

I work at a radio station that has several WP user roles — for simplicity sake, let’s say Admin, Programmer, Subscriber, in decreasing order of ability. Currently, Admin users need to approve comments left by Programmer users. How do I auto-approve Programmer-level comments, without letting that user level administrate comments globally? Thank you! 1 Answer … Read more

Is there an existing capability to allow editing of only pre-existing pages? If not, a good way to implement this?

I’m working on a setup for which I need general users to be able to edit a specific list of pages, but not create any new ones. Looking through the Codex, I don’t see anything that will come close to this desired functionality, but I thought I might be looking through it. Failing a pre-set, … Read more