update 实现密码强度的显示
This commit is contained in:
@@ -30,6 +30,13 @@ namespace Ewide.Core
|
||||
[Required]
|
||||
public string Password { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 密码安全级别,在注册和修改密码时生成
|
||||
/// </summary>
|
||||
[Comment("密码安全级别")]
|
||||
[Required]
|
||||
public int SecurityLevel { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 昵称
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user