mod_auth_internal_plain

An authentication provider that uses plaintext passwords in Prosody's configured data store. This is the default authentication provider.

There is no special configuration for this provider.

Note that although passwords are stored in plaintext, the filesystem permissions in our packages prevent access to them from any user except prosody and root. Please see our comparison between the plain and hashed providers for more information.