Add warning for plaintext passwords, set default password mode to secure
Signed-off-by: Sebastian Sterk <sebastian@wiuwiu.de>
This commit is contained in:
@@ -195,7 +195,7 @@ Add the following to your `config.php`:
|
||||
2 => 'dbuser',
|
||||
3 => 'dbuserpassword',
|
||||
4 => 'xmppdomain',
|
||||
5 => true,
|
||||
5 => true,
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -207,6 +207,9 @@ Add the following to your `config.php`:
|
||||
4 - XMPP Domain
|
||||
5 - Hashed Passwords in Database (true) / Plaintext Passwords in Database (false)
|
||||
|
||||
**⚠⚠ Warning:** If you need to set *5 (Hashed Password in Database)* to false, your Prosody Instance is storing passwords in plaintext. This is insecure and not recommended. We highly recommend that you change your Prosody configuration to protect the passwords of your Prosody users. ⚠⚠
|
||||
|
||||
|
||||
Alternatives
|
||||
------------
|
||||
Other extensions allow connecting to external user databases directly via SQL, which may be faster:
|
||||
|
||||
Reference in New Issue
Block a user