Open Closed

Show prompt message if new user registered in admin #3065


User avatar
0
safi created

Hi

I wan to add a functionality to show alert or info message to admin if new user is registered so that admin can see this user is created newly and can assigned them a role. Could you please let me know how we can do this.

Thanks,

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

3 Answer(s)
  • User Avatar
    0
    safi created

    Can anyone pls check and reply

  • User Avatar
    0
    safi created

    Please reply!

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Custom application service code and the use of Event-Bus can let the backend to get events such as user registration.

    https://docs.abp.io/en/abp/latest/Event-Bus

    After that, you can use the poll in Blazor to query the backend info.

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