/**
* Implements hook_perm().
*/
function mothermayi_perm() {
return array(
MOTHERMAYI_ADMINISTER_PASSWORD,
);
};)
/**
* Implements hook_perm().
*/
function mothermayi_perm() {
return array(
MOTHERMAYI_ADMINISTER_PASSWORD,
);
};)
Comments
Comment #1
dwillcox commentedHmm. 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.
Comment #2
dwillcox commentedFixed in 7.x-1.1 and 6.x-1.1.
Comment #3
hermes_costell commentedThanks!
Comment #4
dwillcox commentedClosing this out. It's been out for several weeks now, and nobody's complained.