Please share some screenshots.
hi
You can add it by extra property or download and customise the source code.
then override the default UI to show the displayname instead of name.
Please share more info. eg: error logs, screenshots Thanks.
hi
You can add DisplayName to the IdentityRole. and show it on UI. This will be easy.
hi
This may be because no normalized role name or id is stored in current claims.
You can change this but the framework does not consider changing it because this will bring huge breaking changes.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Authorization/Volo/Abp/Authorization/Permissions/RolePermissionValueProvider.cs#L47 https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Roles/index.js#L40
Your question credit has been refunded.
hi
We will allow to send the EmailConfirmationToken even if the user can't update their email address in the next version.
Thank you for your feedback.
hi
1
Can you share a project to show the namespace problem?
Thanks
2
If the client project already references to the app.contracts package, they should use the
--without-contractsparameter. Otherwise, they will have conflicts for app service interfaces and DTO classes (they will be duplicated, one in the referenced app.contracts package, and one in the current project, with the same namespace and name).
See https://github.com/abpframework/abp/issues/13613
hi
I see that your license may not be able to download the source code of the module. You can consider using the same translation for host and tenant.
https://support.abp.io/QA/Questions/1642/Is-there-a-way-to-bypass-Tenant-for-Translations#answer-eea69656-8bb0-af79-e8fb-39fe16c17820
hi
Can you share the csproj file content of Z:\Projects\StatAlert_Core\aspnet-core\src\Module.Web project?