Add unfinished Login-System

This commit is contained in:
VegaZ
2018-09-19 19:53:31 +02:00
parent b5d1fb50b0
commit cfcaf98139
6 changed files with 88 additions and 13 deletions

View File

@@ -25,7 +25,8 @@ namespace reallife_gamemode.Server.Entities
[StringLength(64)]
public string Password { get; set; }
public int LogUserId { get; set; }
public DateTime RegistrationDate { get; set; }
[Timestamp]
public byte[] RegistrationDate { get; set; }
[EmailAddress]
[StringLength(64)]
public string Email { get; set; }