Skip to content

Commit e286ad9

Browse files
committed
Reformat
1 parent 5685c43 commit e286ad9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ There are three types of configuration parameters
3232
- *db_host* is optional and defaults to `localhost`
3333
- *db_port* is optional and defaults to `5432`
3434
- the rest is mandatory
35-
2. **queries** that this app will use to query the db. These will be passed verbatim to the
35+
2. **queries** that this app will use to query the db.
36+
- Queries will be passed verbatim to the
3637
[prepare()](http://php.net/manual/en/pdo.prepare.php) method of a PDO object. You don't need to
3738
configure queries for all user attributes. For example if you use the default user home simply
3839
leave the query `get_home` empty, i.e. `'get_home' => '',`. User Backend SQl Raw will recognize
3940
this and [communicate](https://docs.nextcloud.com/server/13/developer_manual/api/OCP/UserInterface.html#OCP\UserInterface::implementsActions) to Nextcloud that this feature is not available.
40-
- For user authentication (i.e. login) you need at least `get_password_hash_for_user` and
41+
- For user authentication (i.e. login) you need at least `get_password_hash_for_user` and
4142
`user_exists`. All other queries are optional.
4243
3. **hash algorithm** (`hash_algorithm_for_new_passwords`) used for creation of new passwords
4344
- This one is optional and, if you leave it empty, defaults to `bcrypt` ($2y$).

0 commit comments

Comments
 (0)