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

Activities of "maliming"

ABP's audit log will only record input information. For details. please see https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.Zero.Common/Auditing/AuditLog.cs#L19

If you need to record the output, you can write an interceptor to achieve it. reference: https://aspnetboilerplate.com/Pages/Documents/Articles/Aspect-Oriented-Programming-using-Interceptors/index.html

You can disable the built-in audit log and implement the interceptor yourself (see ABP's audit log interceptor). Judge the user in the interceptor

https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Auditing/AuditingInterceptor.cs#L19

I think this should take a look at the datepicker documentation.

Your idea is correct. Determine the user role to jump to a different Url. If the data is successfully seeded into the database,

UserManager.IsInRoleAsync should be no problem. Can you share some code to see?

  1. If you disable multi-tenancy, there will still be a tenant by default.
  2. You can log in to the Host user but this doesn't make sense (because your app "has no tenant concept")
  3. Because the multi-tenancy is disabled, the default tenant is 1, so the default cannot log in to the Host user (refer to the second point).

Is google 2 factor? How do you modify the expiration time on the angular client?

You don't need clone.

Please refer to the documentation: <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Organization-Units">https://aspnetboilerplate.com/Pages/Doc ... tion-Units</a>

I think it is angular without defining this language code.

<a class="postlink" href="https://github.com/angular/angular/blob/master/packages/common/locales/nl.ts">https://github.com/angular/angular/blob ... ales/nl.ts</a>

[attachment=0:25k5169g]nL.png[/attachment:25k5169g]

Answer

You can implement an order auditing function yourself for your needs. The current audit is global (global interception)

Detailed logs are generally found in '\App_Data\Logs\Logs.txt'

Showing 2821 to 2830 of 2998 entries