Open Closed

Display Login Message To All Tenants (Blazor) #4482


User avatar
0
mateworkx@gmail.com created
  • ABP Framework version: v7.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:None
  • Steps to reproduce the issue:None

I’m trying to display a login message to ALL tenants. For instance, if I push out an upgrade release, I’d like the tenants to be notified upon login. This is a Blazor application.


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can implement a simple news system.

    For example, create a table News:

    • Message
    • ExpirationData

    Use the layout hook system to create a NewsComponent to display the news.

    PS: News systems can get very complex based on your use case. you can add type for news(release, information etc...) and separate display logic for each type

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 16, 2025, 12:13