MULTI_TENANTS in login.php

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

MULTI_TENANTS in login.php

Post by onoehring » 2022-03-01 12:12

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

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: MULTI_TENANTS in login.php

Post by jsetzer » 2022-03-01 12:38

No, it isn't, yet. Stay tuned 😉
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: MULTI_TENANTS in login.php

Post by onoehring » 2022-03-01 13:50

Hi Jan,

well ... this sounds VERY interesting :-)

Take care and thank you for the quick answer.
Olaf

Post Reply