Skip to content

Commit

Permalink
✏️ fix typo in mongoRealmAuthenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Nov 10, 2024
1 parent 05086a0 commit eaa2d96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fileRealmAuthenticator:
password: null
roles: [admin]

# mongoRealAuthenticator authenticates users defined in a MongoDB collection.
# mongoRealmAuthenticator authenticates users defined in a MongoDB collection.
# see https://restheart.org/docs/security/authentication#mongo-realm-authenticator
mongoRealmAuthenticator:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/restheart-default-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fileRealmAuthenticator:
password: null
roles: [admin]

# mongoRealAuthenticator authenticates users defined in a MongoDB collection.
# mongoRealmAuthenticator authenticates users defined in a MongoDB collection.
# see https://restheart.org/docs/security/authentication#mongo-realm-authenticator
mongoRealmAuthenticator:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*
* It assumes that the user collection is 'restheart.users', the roles property
* is 'roles' and the id of the user is "_id" (the default configuration values
* of mongoRealAuthenticator)
* of mongoRealmAuthenticator)
*
* @author Andrea Di Cesare <[email protected]>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* it also forbids the client to update an existing document
*
* it assumes that the user collection is 'users' and the roles property is
* 'roles' (the default configuration values of mongoRealAuthenticator)
* 'roles' (the default configuration values of mongoRealmAuthenticator)
*
* @author Andrea Di Cesare <[email protected]>
*/
Expand Down

0 comments on commit eaa2d96

Please sign in to comment.