/**
 * Implements hook_perm().
 */
function mothermayi_perm() {
  return array(
    MOTHERMAYI_ADMINISTER_PASSWORD,
  );
}

;)

Comments

dwillcox’s picture

Assigned: Unassigned » dwillcox

Hmm. Wonder how I missed that. I guess without it, the only one who can change the password would be the administrator (user 1?), which is kind of what you'd want. But more restrictive than necessary.

dwillcox’s picture

Status: Active » Fixed

Fixed in 7.x-1.1 and 6.x-1.1.

hermes_costell’s picture

Thanks!

dwillcox’s picture

Status: Fixed » Closed (fixed)

Closing this out. It's been out for several weeks now, and nobody's complained.