Table Of Contents

Getting Started

Change Log

Requirement

Setup & Configuration

Technical Information

Code Editing

FAQ

Credits

FAQ > How to change password validation?

Introduction


The password validation in the project is as below:

Edit the validation code


  1. Open /Models/Extensions.cs in Visual Studio
  2. Go to public class PasswordValidation
  3. Remove the validation code that you don’t want. You can change the error message too.