update 实现密码强度的显示

This commit is contained in:
2021-05-10 18:01:13 +08:00
parent cd23663b52
commit 86a398c237
14 changed files with 75 additions and 528 deletions

View File

@@ -30,6 +30,13 @@ namespace Ewide.Core
[Required]
public string Password { get; set; }
/// <summary>
/// 密码安全级别,在注册和修改密码时生成
/// </summary>
[Comment("密码安全级别")]
[Required]
public int SecurityLevel { get; set; }
/// <summary>
/// 昵称
/// </summary>