Hi,

Thank you for the module. Any plans to make it role specific? For example, certain roles can change pw's?

Best, jim

Comments

pedrofaria’s picture

Thanks so much for your words :)

I thought that this feature is already done... isnt it?

please... check at access control page...

cya!

light9’s picture

This nice module do not work for me after upgrading to 6.5 from 6.2. I tried to reinstall it on clean Drupal setup, but module still not working :(
I wery need it. Please fix it :)
And thank you, it really very useful.

pedrofaria’s picture

Hmmm root user (uid = 1) can do every things...

I try dev version and work well on drupal 6.5... i will release it now...

please, try again and give me a feedback!

cya!

light9’s picture

Yep, you right. All work fine now. I think, that problem was in connection that I tried to use my last copy of database on new server (on different domain). I made this manipulations and now all works well and users can't to request password.

disable module

DELETE FROM `system` WHERE CONVERT(`system`.`filename` USING utf8) = 'modules/noreqnewpass/noreqnewpass.module' LIMIT 1

DELETE FROM `variable` WHERE CONVERT(`variable`.`name` USING utf8) = 'noreqnewpass_disabled' LIMIT 1

Clear cache

and enable module

Thank you!

pedrofaria’s picture

Assigned: Unassigned » pedrofaria
Status: Active » Closed (fixed)