Closed (fixed)
Project:
No Request New Password
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Oct 2008 at 20:17 UTC
Updated:
6 Dec 2011 at 13:49 UTC
Hi,
Thank you for the module. Any plans to make it role specific? For example, certain roles can change pw's?
Best, jim
Comments
Comment #1
pedrofaria commentedThanks so much for your words :)
I thought that this feature is already done... isnt it?
please... check at access control page...
cya!
Comment #2
light9 commentedThis 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.
Comment #3
pedrofaria commentedHmmm 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!
Comment #4
light9 commentedYep, 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 moduleDELETE FROM `system` WHERE CONVERT(`system`.`filename` USING utf8) = 'modules/noreqnewpass/noreqnewpass.module' LIMIT 1DELETE FROM `variable` WHERE CONVERT(`variable`.`name` USING utf8) = 'noreqnewpass_disabled' LIMIT 1Clear cacheand enable moduleThank you!
Comment #5
pedrofaria commented