Hooked up most of #49 Just the validation messages need to be done.

***NOTE: Due to we are now hashing the passwords and reading from a new table, We will need to create a new administrator account.***
This commit is contained in:
tidusjar 2016-03-22 10:46:24 +00:00
parent da8b6340ae
commit 8f7098d048
13 changed files with 250 additions and 21 deletions

View file

@ -32,7 +32,7 @@ using Dapper.Contrib.Extensions;
namespace PlexRequests.Store
{
public class UserRepository<T> : IRepository<T> where T : UserModel
public class UserRepository<T> : IRepository<T> where T : UserEntity
{
public UserRepository(ISqliteConfiguration config)
{