# 3.7: Password Information

In this module we will adjust password requirements so that it is easier to test the app and create test users.

## Steps

1. In the **ElevenNote.WebMVC** assembly, go to **App\_Start -> IdentityConfig.cs**.
2. The `PasswordValidator` variable declaration is on line 54.
3. Set the booleans to false.
   * This way you can use simpler passwords while developing
   * The required length is always at least 6, but feel free to change it to 4 during development.

     ![Password Validation](https://3258533034-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAU8YfMZK4G04fkoGGv%2F-LAx880PqqYQqOOvqsfe%2F-LAx8A1c_WGdDViiLBQa%2F1.1-A.png?generation=1524665464126859\&alt=media)
