Closed (won't fix)
Project:
Drupal core
Version:
4.7.0
Component:
user.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 May 2005 at 09:30 UTC
Updated:
13 Jan 2007 at 17:58 UTC
Hi,
If you have a bit spare time, you should code a feature where the admin can set the default user role, not only the authenticated users. Thanks :)
Aries
Comments
Comment #1
tostinni commentedMaybe you can change this line in user.module to add another role. Sorry I didn't take time to reply exactly to your issue, but it shouldn't be so difficult to modify this in
user_configure_settings().Comment #2
killes@www.drop.org commentedI don't see why we'd need that in core. You can easily implement this in a contrib module by implementing hook_user('insert').
Comment #3
gregglesThere is a module that implements this now: http://drupal.org/project/rolesignup
It's not exactly as the original requestor asked, but it works well for some situations.