hi
You can try to replace the AbpSignInManager and IdentityUserManager and IdentityRoleManager.
https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services
hi
We can't handle the tenant-create event on the account module, but we can add an IDistributedEventHandler<TenantCreatedEto> on the template project to get admin user of a tenant and send the mail.
hi
Failure sending mail. ---> System.Net.Sockets.SocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions.
You can use this sample to test your email configuration.
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
hi
Volo.Abp.Http.Client.AbpRemoteCallException: Forbidden
Check the logs of API website.
hi
You can create a new template project with 7.3 and check which version of Lepton it used.
hi
Try to uninstall and install the suite again.
abp suite remove
abp suite install
hi
Can you try to install other global tools? This seems to be a problem with the global tool. eg:
> dotnet tool install -g dotnetsay
> dotnetsay
hi
Can you try to run the abp suite command in another folder?