打开 关闭

Show prompt message if new user registered in admin #3065


User avatar
0
safi 创建

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 答案
  • User Avatar
    0
    safi 创建

    Can anyone pls check and reply

  • User Avatar
    0
    safi 创建

    Please reply!

  • User Avatar
    0
    maliming 创建
    支持团队 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 三月 25, 2024, 15:11