Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have a site using the domain access module. I created 2 sub domains. agent1.example.com for agent1 and agent2.example.com for agent2. However, I can login to agent1.example.com with agent2 login info. I only want agent1 to login to agent1.example.com and agent2 to only be able to login to agent2.example.com.

The reason why I am using domain access instead of multi site is because I am sharing training videos, documents, and corporate documents across all sites. However, each agent will have their own page where they can track clients and sales statistics, so I want only them to see it.

What is the best way to go about this, or is there a better module for this? Or is there a way to share content across multi-site domains?

Thanks, cquigs

share|improve this question
add comment (requires an account with 50 reputation)

1 Answer

the Domain Bonus module can help you solve this problem.

The Domain Bonus is group of modules that extend functionality of Domain Access module.

check the "Domain Bonus: Login restrict" sub module

share|improve this answer
thank you. this is exactly want I needed. – user1682687 Feb 18 at 8:09
add comment (requires an account with 50 reputation)

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.