summaryrefslogtreecommitdiff
path: root/Project-Unite/Models/AccountViewModels.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Models/AccountViewModels.cs')
-rw-r--r--Project-Unite/Models/AccountViewModels.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Models/AccountViewModels.cs b/Project-Unite/Models/AccountViewModels.cs
index 7fe0248..30f24f1 100644
--- a/Project-Unite/Models/AccountViewModels.cs
+++ b/Project-Unite/Models/AccountViewModels.cs
@@ -71,7 +71,7 @@ namespace Project_Unite.Models
[Required]
[MaxLength(25, ErrorMessage ="Your username must be less than 25 characters long.")]
- [MinLength(5, ErrorMessage ="Your username must have a minimum of 5 characters.")]
+ [MinLength(3, ErrorMessage ="Your username must have a minimum of 3 characters.")]
[Display(Name = "Username")]
public string Username { get; set; }