Skip to content

Commit

Permalink
doc(redwoodjs#7787) - Fix spelling mistake in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ageddesi committed Apr 13, 2023
1 parent 3e92455 commit 822eaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/auth/dbauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,13 @@ This configuration allows you to perform a case insensitive check on a username

```javascript
signup: {
userMatch: 'insensitive'
usernameMatch: 'insensitive'
}
```

By default no setting is required. This is because each db has its own rules for enabling this feature. To enable please see the table below and pick the correct 'userMatchString' for your db of choice.

| DB | Default | userMatchString | notes |
| DB | Default | usernameMatchString | notes |
|---|---|---|---|
| Postgres | 'default' | 'insensitive' | |
| MySQL | 'case-insensitive' | N/A | turned on by default so no setting required |
Expand Down

0 comments on commit 822eaf8

Please sign in to comment.