By meenakshi-2 on
I have 4 types of user as
1)Doctor 2) Patient 3) Advertiser 4) Medical Student .
User needs to select user type at the time of registration. If user selects User type as Doctor or Patient the account will get activate once user log in to site with user id and password( Password he/she will get thr email). But if User selects Advertiser or Medical Student , the admin needs to activate account . And then only user can login with emailed credentials.
How this can be done in Drupal 6.x?
Comments
Help please...
Help please...
Have to modify User Module no other way
U can use Auto assign module where it allows to assign role by default.. The same module provides option to select role when user registers.Just edit user module to set the status '1' based on the role.