Make role specific

jwilde - October 10, 2008 - 20:17
Project:No request new password
Version:6.x-1.0
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi,

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

Best, jim

#1

pedrofaria - October 10, 2008 - 22:07

Thanks so much for your words :)

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

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

cya!

#2

a.horoshavin - October 13, 2008 - 17:40

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.

#3

pedrofaria - October 14, 2008 - 13:02

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!

#4

a.horoshavin - October 15, 2008 - 14:40

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!

 
 

Drupal is a registered trademark of Dries Buytaert.