I keep getting this message. I have a new "Admin users" role for creating authenticated users. It works fine and the new user becomes active but I keep getting this message as a warning! What am I missing or is this a bug?

CommentFileSizeAuthor
#1 administerusersbyrole.module.patch992 bytessir_squall
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sir_squall’s picture

Hello,

I have found the solutions, I have created patch.

russellb’s picture

I'm getting this message too.

I'm finding that my privileged roles are able to unblock new registrations when I give permissions, but I'm seeing this error message. The above patch seems to change the logic. For me the logic seems to be working, just an erroneous error message.

We're also using Role delegation 7.x-1.1

sir_squall’s picture

My patch only add a test in addition to correct the error message, it does not change the logic.
I don't know why you have this.

ar-jan’s picture

Title: You do not have permission to unblock XXXXX » You do not have permission to unblock <username>

Patch seems to work (no more erroneous error messages), but I don't know if it's the right solution. The message is very confusing for users, so a commited fix would be great.

BWPanda’s picture

Status: Active » Fixed

The hook function where this error message was being generated has been removed from the module altogether (http://drupalcode.org/project/administerusersbyrole.git/commit/98413a8), so I'd say this is fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Jorrit’s picture

Could a new release be made with this improvement?

Bernsch’s picture

Version: 7.x-1.x-dev » 7.x-1.0-beta1

I have also this message:
You do not have permission to unblock <username>
How can i fix it? Can i use the patch in #1 ? Or should i use the dev version?

PS: When can we expect a rollout 7.x-1.0-beta2 release of Administer Users by Role?

gnuget’s picture

You should use the dev version.

aaronpinero’s picture

I don't believe that "use the dev version" is an acceptable solution for a live website. It's fine for development. I would very much like to see this fix rolled into the recommended release of the module. Thank you.

trkest’s picture

Can I second aaronpinero's message. Please can this patch be rolled out to the recommended release.

We use aegir and have a number of sites that get this message.

jeff.hartman’s picture

I'm using the latest dev branch (7.x-1.0-beta1+7-dev) and also get this message. It happens in the hook_user_presave method after a user resets their password.

Anonymous’s picture

Issue summary: View changes

I second #10. Have just spent a while looking for this.

Thank you.