Software /
code /
prosody-modules
Changeset
4558:8e58a1b78336
mod_auth_external_insecure: Wrap warning in scary div
To make it harder to miss
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 16 May 2021 18:39:22 +0200 |
parents | 4557:864fefec1c07 |
children | 4559:33b1b6ff23d8 |
files | mod_auth_external_insecure/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_external_insecure/README.markdown Tue May 11 15:54:28 2021 +0100 +++ b/mod_auth_external_insecure/README.markdown Sun May 16 18:39:22 2021 +0200 @@ -10,9 +10,11 @@ Allow client authentication to be handled by an external script/process. +:::{.alert .alert-warning} **Warning:** This module is not currently maintained, and may be buggy and insecure in certain configurations/environments. It is **not** recommended for production use. Please use one of the [many other authentication modules](/type_auth). +::: Installation ============