Orchardcore: User entity should have CreatedDate, ModifiedDate

Created on 10 Oct 2020  路  2Comments  路  Source: OrchardCMS/OrchardCore

User entity should have CreatedDate, ModifiedDate.

Most helpful comment

Not sure about Modified (would not be sufficient).

We might want more though like "PasswordChanged", "UsernameChanged" ... Or just let audit trail handles that since you will also have full history, instead of just the last one. Maybe "LastPasswordChanged" might be useful, or "LastLogin", I could see some usage.

Someone will comment on everything that is already available in ASP.NET Identity (which we implement).

All 2 comments

I think AuditTrail module may be useful for such thing

Not sure about Modified (would not be sufficient).

We might want more though like "PasswordChanged", "UsernameChanged" ... Or just let audit trail handles that since you will also have full history, instead of just the last one. Maybe "LastPasswordChanged" might be useful, or "LastLogin", I could see some usage.

Someone will comment on everything that is already available in ASP.NET Identity (which we implement).

Was this page helpful?
0 / 5 - 0 ratings