MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

web-interface on non-standard port breaks multi-tenant login #414

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure FusionPBX for Multi-tenant
2. Run Apache on non-standard port, e.g.
http://www.testpbx.com:8888/login.php
3. Login

What is the expected output? What do you see instead?
Login fails.

What version of the product are you using? On what operating system?
version 3.3. on Debian Wheezy

Please provide any additional information below.
Super-admin login still works after changing the Apache port. It seems the 
domain gets wrongly identified when changing to a non-standard Apache port.

Original issue reported on code.google.com by gerrit.j...@googlemail.com on 7 May 2013 at 4:49

GoogleCodeExporter commented 9 years ago
try logging in with user@domain.com as the user name.

Original comment by nysoluti...@gmail.com on 7 May 2013 at 4:54

GoogleCodeExporter commented 9 years ago
On a newer version of FusionPBX its should work fine. Otherwise nysolutions 
suggestion should work. And one last alternative.

Set these values in advanced -> default settings.
category: user
subcategory: unique
type: text
value: global
enabled: true

Now with that your usernames will need to be unique a good way to do that is to 
use email addresses for the username. Since the username is unique it won't 
matter which domain you login with.

Original comment by markjcrane@gmail.com on 30 Apr 2014 at 5:42