Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit c3cf9fa

Browse files
committed
Merge branch 'steffenbrand-patch-1'
2 parents 82b9572 + 331500a commit c3cf9fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/book/v1/user-repository.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ for more information on config providers.
5252
## htpasswd configuration
5353

5454
When using the htpasswd user repository implementation, you need only configure
55-
the path to the `htpasswd` file:
55+
the path to the `htpasswd` file and a `realm`. The `htpasswd` file must use bcrypt hash algorithm:
5656

5757
```php
5858
return [
5959
'authentication' => [
60+
'realm' => 'insert realm value',
6061
'htpasswd' => 'insert the path to htpasswd file',
6162
],
6263
];

0 commit comments

Comments
 (0)