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)
- 
    0
Can anyone pls check and reply
 - 
    0
Please reply!
 - 
    0
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.