Page 1 of 1

MULTI_TENANTS in login.php

Posted: 2022-03-01 12:12
by onoehring
Hi,

long time, no see. But many things have changed on my side. Hello to everyone.

I am updating an application and using a new version of AG for this (22.12). In the /login.php I find this code

Code: Select all

<?php if(MULTI_TENANTS) redirect(SaaS::loginUrl(), true); ?>
Does anyone know about this? Is this somehow working already?

Olaf

Re: MULTI_TENANTS in login.php

Posted: 2022-03-01 12:38
by jsetzer
No, it isn't, yet. Stay tuned 😉

Re: MULTI_TENANTS in login.php

Posted: 2022-03-01 13:50
by onoehring
Hi Jan,

well ... this sounds VERY interesting :-)

Take care and thank you for the quick answer.
Olaf