Solvi Documentation > General > Change Password Validation
About Solvi
Introduction
Full Features
Installation
Prerequisite
Setup & Installation
Table or Grid
Basic Usage
Disable Column Sorting
Disable Column Export
Change Search Placeholder
Custom Column Template
Add Buttons to Action Column
Hyperlink Column Text
Specific Roles to View Column
Add or remove column
Filter column
CSS and JS
Edit Color
File validation
General
Password Validation
Bulk Import
Other
Current password validation
The password validation in the project is as below:
- has at least 6 characters
- include at least one uppercase letter
- include at least one lowercase letter
- include at least one digit
- include at least one non alphanumeric character
Change the validation
- Open
/Helpers/ValidationHelper.cs
- Edit the code inside the
IsValid
method
