Software /
code /
prosody
Diff
prosody.cfg.lua.dist @ 12339:4ba0a0dfa047
prosody.cfg.lua.dist: Comment improvements: authentication
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 14 Feb 2022 16:29:38 +0000 |
parent | 12338:677ea3cc9c84 |
child | 12340:7d132ea04a05 |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Mon Feb 14 16:27:58 2022 +0000 +++ b/prosody.cfg.lua.dist Mon Feb 14 16:29:38 2022 +0000 @@ -140,9 +140,14 @@ -- 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