mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-17 07:25:11 +00:00
Acho q acabou
This commit is contained in:
@ -28,6 +28,11 @@ namespace GerenciaProjetos.Models
|
||||
[DataType(DataType.Password)]
|
||||
public string Senha { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
[Required(ErrorMessage = "Este campo é obrigatório.")]
|
||||
[Compare("Senha", ErrorMessage = "As senhas não combinam.")]
|
||||
public string ConfirmarSenha { get; set; }
|
||||
|
||||
public bool EAdmin { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user