Started reworking the usermanagement page #1456 #865

Started implimenting the Email Token functionality so we can send the user when creating a email with a token they can click on to set their username and password.
This commit is contained in:
tidusjar 2017-07-07 23:49:29 +01:00
parent ffab4b7981
commit acd9ebde33
26 changed files with 298 additions and 90 deletions

View file

@ -32,6 +32,7 @@ namespace Ombi.Store.Context
public DbSet<ChildRequests> ChildRequests { get; set; }
public DbSet<MovieIssues> MovieIssues { get; set; }
public DbSet<TvIssues> TvIssues { get; set; }
public DbSet<EmailTokens> EmailTokens { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)