You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
Something like this in the EntityFrameworkCore package:
public class IdentitySchemaOptions {
public bool EnableLastSignInDate { get; set; }
public bool EnableCreationDate { get; set; }
public bool EnablePasswordChangeDate { get; set; }
}
We'd consume this in the DbContext options. We still would need to rationalize this with enabling the manager functionality, as the managers won't be able to check these options (it uses interface implementations on the store today)