Added a way to login and register and a tools project
This commit is contained in:
@@ -11,7 +11,10 @@ namespace BrightGlimmer.Domain.Auth
|
||||
public string FirstName { get; private set; }
|
||||
public string MiddleName { get; private set; }
|
||||
public string LastName { get; private set; }
|
||||
public string PasswordHash { get; private set; }
|
||||
|
||||
/* TODO: Missing DOB */
|
||||
|
||||
public string PasswordHash { get; set; }
|
||||
public bool EmailConfirmed { get; private set; }
|
||||
public bool AccountLocked { get; private set; }
|
||||
public int RetryAttempts { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user