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?)

Comments

iant’s picture

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