hi
will the ABP suite generate the code with telerik components?
I don't think the suite supports Telerik code, but you can customize the suite code. see https://docs.abp.io/en/commercial/latest/abp-suite/customizing-the-generated-code
hi
Can I check it remotely?
hi
Please run this command in your solution folder.
hi
In the production environment, you need to use a production signing certificate. ABP Framework sets up signing and encryption certificates in your application and expects an openiddict.pfx file in your application.
This certificate is already generated by ABP CLI, so most of the time you don't need to generate it yourself. However, if you need to generate a certificate, you can use the following command:
dotnet dev-certs https -v -ep openiddict.pfx -p 00000000-0000-0000-0000-000000000000
00000000-0000-0000-0000-000000000000is the password of the certificate, you can change it to any password you want.
It is recommended to use two RSA certificates, distinct from the certificate(s) used for HTTPS: one for encryption, one for signing.
For more information, please refer to: https://documentation.openiddict.com/configuration/encryption-and-signing-credentials.html#registering-a-certificate-recommended-for-production-ready-scenarios
Also, see the Configuring OpenIddict documentation for more information.
hi
The AbpExtensibleDataGrid support the ExtraProperties, see https://docs.abp.io/en/abp/latest/Object-Extensions
Can you share all your custom code?
hi
I think these codes will work.
@if (context.User?.Identity?.IsAuthenticated != true)
{
<RedirectToLogin/>
}
else
{
<ErrorView
Title="@UiLocalizer["403Message"]"
HttpStatusCode="403"
Message="@UiLocalizer["403MessageDetail"]"/>
}
Thanks, I will fix this.
Your question credits have been refunded.
hi
I think this problem has been solve on 8.x.
Can you test an 8.x template project?
You can download the Account Pro module source to override in your 7.3.3