edpanameno / ADWeb

An ASP.NET MVC 5 Application used to interact with active directory
9 stars 4 forks source link

Validation rules on username/group names #70

Open edpanameno opened 9 years ago

edpanameno commented 9 years ago

Make sure you add validation that usernames cannot have spaces, has to be a certain length, etc. Add similar restrictions/validations to groups as well.

edpanameno commented 9 years ago

I've done the validation for renaming of groups. The only thing that's left for this issue is for users. I'll have to come back later! :)