Login Domain
Categories
Component ID
2442189
Component name
Login Domain
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
696
Component created
Component changed
Component body
Forces all logged in users to be using a certain domain.
Usage
Put the following configuration into your site's settings.php. Do not add the 'http' or 'https' protocol to this variable.
$conf['login_domain'] = 'edit.example.com';
Related Projects
- Secure Pages: Forces certain forms to be using HTTPS only, like login forms.
- Domain Login: Similary named, but used to show an option on the login form to let the end-user pick which Domain Access domain to log in to.
