thanks
hi
Add User full name to class VerifySecurityCodeModel
You can override the
VerifySecurityCodeModel
page to add more properties of the users.https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page-model-c
When editing Text Template via Admin page, there is a TextTemplate called "Abp.Account.EmailSecurityCode", this is the page to modify email content.
I read the source of AccountAppService and override the method Send Security code. (Render email content from template part)
Add User full name to class VerifySecurityCodeModel
I there a way to add User Full Name to the template, from https://docs.abp.io/api-docs/commercial/3.3/api/Volo.Abp.Account.Public.Web.Pages.Account.VerifySecurityCodeModel.html#properties
There is only userId property in the model.
Also, is there a way to update expire time to 5 minutes? https://support.abp.io/QA/Questions/2583/Is-there-an-Expiration-on-the-Confirm-Email-Link-Password-Reset-Link-or-2-Factor-Code
Thanks, my script updated the wrong tenantId.
hi
ForceUsersToPeriodicallyChangePassword
andPasswordChangePeriodDays
are independent settings for Host and Tenant.Is there a way to update all tenants settings when host settings are updated.
You can add the default value for these settings or set a value for the default provider.
thanks,
Hi,
Yes, you can manage the connection string of a tenant
https://docs.abp.io/en/commercial/latest/modules/saas#connection-string https://docs.abp.io/en/abp/latest/Connection-Strings
I am talking about this use case, for example I have a Production Service, this service is used by users from different RAs, by checking API's tenant Id, for tenant A, the app read/write product to database "TenantA" db, for tenant B, the app read/write production to database "TenantB" db. Base on above page you mentioned (Different tenant connection string), when the code use Repository class, the ABP Repository is smart enough to access different database?
Add SignalR sample to both backend, gateway and Angular. Somehow with Micro Services template, the Angular SignalR request is always rejected by gateway and we couldn't figure out the reason.
AbpEntityChanges, add two properties which is JSON format old instance snapshot and new instance snapshot.