Page 1 of 1

Seperate Clint login screen per domain

Posted: Wed Dec 14, 2022 9:30 pm
by serveradmin2233
Is there a way to customize the client login screen for different domains. Currently I only see a way to customize the client screen for all domains which means they have to share the same logins page branding and design. I'd like to know if there is a way to customize each domain login screen.

Re: Seperate Clint login screen per domain

Posted: Thu Dec 15, 2022 3:30 pm
by FTP
OK, you can write the html code like this:

Code: Select all

<% if domain == "domain1" then %>
html code for domain1
<% elseif domain == "domain2" then %>
html code for domain2
<% elseif domain == "domain3" then %>
html code for domain3
<% end %>

Re: Seperate Clint login screen per domain

Posted: Fri Jun 23, 2023 11:03 pm
by DomDis
FTP wrote: Thu Dec 15, 2022 3:30 pm OK, you can write the html code like this:

Code: Select all

<% if domain == "domain1" then %>
html code for domain1
<% elseif domain == "domain2" then %>
html code for domain2
<% elseif domain == "domain3" then %>
html code for domain3
<% end %>

Yeah BUT you gotta do after each upgrade - I already have 1/2 a dozen changes that support indicated I could do for the feature I want

Re: Seperate Clint login screen per domain

Posted: Mon Jun 26, 2023 3:02 am
by FTP
Please have a look at this post: viewtopic.php?p=8302