Open Closed

Need to login to the portal even after the tenant activation end date is completed #7373


User avatar
0
oncalldev@cloudassert.com created
  • ABP Framework version: v8.0.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

we have set activation state as 1(active with limited time), and we set activation end date, Even after the completion of activation end date, we need the users of the tenant to be logged into the portal with limited permission Ex: In the below image, the activation end date(2024-06-03 23:59:59.0000000) is a past date, When the user of this tenant tries to login to the portal now(today:2024-06-19 23:59:59.0000000 ), it is not allowing to login, But it should allow to login and only one page should be visible to the user What should we do to fix this?


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    This behavior is by design.

    Need to login to the portal even after the tenant activation end date is completed

    activation status will be meaningless if you allow users under the tenant to log in.

  • User Avatar
    0
    oncalldev@cloudassert.com created

    This is business requirement : Even after the subscription ends, The admin should access the portal and only one page should be visible(payment page). We have added subscription expiry date in tenant activation end date column. Is there any chance to handle this by overriding any methods?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The IsActiveAsync of TenantManager.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11