Local Passwords validation
This commit is contained in:
parent
ce8f3ebce0
commit
8132db37d0
163 changed files with 1812 additions and 4772 deletions
|
|
@ -26,12 +26,12 @@ namespace Yavsc
|
|||
/// Owner's email
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Contact Owner { get; set; }
|
||||
public StaticContact Owner { get; set; }
|
||||
/// <summary>
|
||||
/// Administrator's email
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Contact Admin { get; set; }
|
||||
public StaticContact Admin { get; set; }
|
||||
|
||||
public string DataDir { get; set; }
|
||||
public string Avatars { get; set; } = "avatars";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue