In the DownloadBinaryObject
method, what is the TenantId of the AbpSession?
and Why are you calling CurrentUnitOfWork.SetTenantId(AbpSession.TenantId)
in theUploadFile
@ojarana Sorry, I forgot one,try here: https://github.com/aspnetzero/aspnet-zero-core/blob/d44aa6324c1162cb948ccf84f818e6b0f49b94fd/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Areas/AppAreaName/Models/Layout/HeaderViewModel.cs#L39
Not be the same as the Userid
You can use custom-validation
Expire within a maximum of xx calendar days
You can add a password expiration field to the User entity and then judge it in the relevant code.
Not be identical to the previous ten (10) passwords
You can use a table to record the user's historical password. Or use EF Owned Entity Types
May be related to https://github.com/aspnetzero/aspnet-zero-core/issues/1911
for host you can change logo at here:
https://github.com/aspnetzero/aspnet-zero-core/blob/d44aa6324c1162cb948ccf84f818e6b0f49b94fd/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Views/Shared/Components/AccountLogo/AccountLogoViewModel.cs#L18
https://github.com/aspnetzero/aspnet-zero-core/blob/d44aa6324c1162cb948ccf84f818e6b0f49b94fd/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Public/Views/Shared/Components/Header/HeaderViewModel.cs#L47
at http://localhost:62114/AppAreaName/UiCustomization change UI.
You can try it with non-https
navigate to root directory of *.Web.Mvc project and run npm run create-bundles command.
https://docs.aspnetzero.com/documents/zero/latest/Getting-Started-Core#run-the-project
I mean, can you reproduce this problem using Zero's Demo project?
Maybe related to this issue. https://github.com/aspnetzero/aspnet-zero-core/issues/1343#issuecomment-404737539
Please share your Modal
related javascript code.