There are no passwords on edit user accounts page for ordinary users (not admin) after activating this module.
This is due to "can change own password" permission. In Drupal 7 version it is added in function named itweak_login_perm() though it should be itweak_login_permission() since the name of the hook changed from Drupal 6 to Drupal 7.

CommentFileSizeAuthor
#1 itweak_login-2342685-2.patch581 bytesparavibe

Comments

paravibe’s picture

Status: Active » Needs review
StatusFileSize
new581 bytes

Hi!
Here is a patch for 7.x-1.0.
BTW: problem solved in dev version.

iva2k’s picture

If -dev solves the problem, it will be pushed 1.1 release, no need for a patch.