diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-02-14 16:29:38 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-02-14 16:29:38 +0000 |
commit | 94140346fffb660695ff1eaf472c61eb92ef29f2 (patch) | |
tree | 94d8a9dbdc641be529e54e315554978727cd6141 | |
parent | 25cb355e101c2b76e0fa190b2fca3c8c991a7a4a (diff) | |
download | prosody-94140346fffb660695ff1eaf472c61eb92ef29f2.tar.gz prosody-94140346fffb660695ff1eaf472c61eb92ef29f2.zip |
prosody.cfg.lua.dist: Comment improvements: authentication
-rw-r--r-- | prosody.cfg.lua.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index d4956434..d7b47fc7 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -140,9 +140,14 @@ limits = { -- Authentication -- Select the authentication backend to use. The 'internal' providers -- use Prosody's configured data storage to store the authentication data. +-- For more information see https://prosody.im/doc/authentication authentication = "internal_hashed" +-- Many authentication providers, including the default one, allow you to +-- create user accounts via Prosody's admin interfaces. For details, see the +-- documentation at https://prosody.im/doc/creating_accounts + -- Storage -- Select the storage backend to use. By default Prosody uses flat files |