User entity should have CreatedDate, ModifiedDate.
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).
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).