Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aaron"

User is IMayHaveTenant.

When is IMayHaveTenant enabled?

IMayHaveTenant is always enabled unless you explicitly disable it.

  • https://aspnetboilerplate.com/Pages/Documents/Data-Filters#when-is-imayhavetenant-enabled-
  • https://aspnetboilerplate.com/Pages/Documents/Data-Filters#disable-filters

Order by Id for GetUserPermissionsForEdit in UserAppService.

- Permissions = ObjectMapper.Map<List<FlatPermissionDto>>(permissions).OrderBy(p => p.DisplayName).ToList(),
+ Permissions = ObjectMapper.Map<List<FlatPermissionDto>>(permissions).OrderBy(p => p.Id).ToList(),
  • What is your product version?
  • What is your product type?
    • ASP<span></span>.NET Core + Angular
    • ASP<span></span>.NET Core MVC + jQuery
    • ASP<span></span>.NET MVC 5.x + AngularJS 1.x
    • ASP<span></span>.NET MVC 5.x + jQuery
  • What is your product framework type?
    • .NET Framework
    • .NET Core

That causes problems if event handlers make additional changes in database. It was the original way: aspnetboilerplate/aspnetboilerplate#1695

Mark the method as [UnitOfWork] or begin a unit of work using IUnitOfWorkManager. https://aspnetboilerplate.com/Pages/Documents/Unit-Of-Work

Duplicate of #6824

Duplicate of aspnetboilerplate/aspnetboilerplate#4425

Fixed in aspnetboilerplate/aspnetboilerplate#4428. Will be released in next version.

ASP<span></span>.NET MVC 5? Entity Framework 6?

Do you have the following line in service-proxy.module.ts?

@NgModule({
    providers: [
        // ...
        ApiServiceProxies.StripePaymentServiceProxy, // This line
        // ...
    ]
})

semantics, etymology and a tendency to dictate how one uses available tools to bring attention to a point whilst not adhering to your particular rules does not impress.

It isn't my rule, but a convention among developers. Also, code blocks are meant to be used to format code and logs. These are merely suggestions to help you make your posts more effective.

All that given, can you give me an answer as to why email verification appears on the sign in page?

(It does not actually appear on the sign in page, but a different page.) Email activation is done by many applications, to prevent an unauthenticated new user from signing in and creating content. Phone number verification on the User Settings page serves a different purpose. 2FA is still done on the sign in page, similar to email activation.

Or can you give me information on possible penetration attacks on the current sign in page and give any guarantee that the Zero framework will not flood my logs under any DDoS attack.

No, I am unable to. I suggest contributing to the discussion on the GitHub Issue that you linked.

Showing 171 to 180 of 1543 entries