Seems its only works in the default registration form, once the url has changed, its not working.anyway I can improve this ? thanks
Seems its only works in the default registration form, once the url has changed, its not working.anyway I can improve this ? thanks
Comments
Comment #1
mcrittenden commentedIt only works on user/* or admin/user/user currently. What other URLs should it support? Or should it just activate no matter what page the user is on? Not sure what "auto assign role URL path registration" is, so that's why I'm asking.
Comment #2
nvoyageur commentedThe module "Auto Assign Role" (http://drupal.org/project/autoassignrole) allows you to create custom URLs that when the visitors use that will automatically assign a role when they registers.
e.g.
The url:
http://www.prvideo.com/actor/register
Would assign a role to an actor that signs up at that URL.
I guess if you are going to disable password strength, it should be on all URLs of the site.
Thanks,
Shane
Comment #3
wilmar81 commentedI thing mcrittenden got a good trick. Check http://drupal.org/node/993866
Comment #4
jherencia commentedFixed here:
http://drupalcode.org/project/disablepwstrength.git/commit/f48dfd2
Comment #5
jherencia commented