User types in registration form
realdream - January 31, 2009 - 21:11
| Project: | User types |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I created two user type and enabled in registration form.
How to view only new types in registration form?
(How to normal user registration disable?)

#1
Yes I'd like to do this as well.
Though I think that the function of user types is similar to the depreciated role signup in 5.x see http://www.mybesinformatik.com/content/custom-role-dependent-user-profiles on how to use this. (if you do this in 5.x remember to enable CCK BEFORE you enable views or you can't "see" your CCK nodeprofile content)
I think you may get the same functionality with a combination of Content_profile and Auto_assign_role and you can have it miss out the "normal user". See this post http://drupal.org/node/313341#comment-1460184 for info.
This feature - custom profile dependant on user type or user role seems to be something quite a few people want. However there does not yet seem to be a guaranteed easy solution. in 6.x
IanT