By wuschba on
Hi. I want to do a portal which alows dealers and customers to get together. So what I need is a login-page for customers and another login-page for dealers. How is this done?
Hi. I want to do a portal which alows dealers and customers to get together. So what I need is a login-page for customers and another login-page for dealers. How is this done?
Comments
=-=
I don't see the need for two seperated login pages. all you need is seperate roles.
you can also use the login destination module to help push dealers to a seperate area of your site after logging in.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )
Thanks for your reply. What
Thanks for your reply. What I want (in brief) is:
- A link from the mainpage to a "register customer"-form
- A link from the mainpage to a "register dealer"-form
This is needed because the users have to confirm different conditions. But I think I can handle this with different roles, but how do I tell drupal which role a new user should get depending on which page he registered?
Maybe you can use OG module,
Maybe you can use OG module, as you can put the og subscription option in the register form (and play with roles, different templates per group, private content, per-group forum and so on)