# HG changeset patch # User Kim Alvefur # Date 1621183162 -7200 # Node ID 8e58a1b783367635a0572d5e13d03c059fa38509 # Parent 864fefec1c077d2e98da6555d2d893dffac86238 mod_auth_external_insecure: Wrap warning in scary div To make it harder to miss diff -r 864fefec1c07 -r 8e58a1b78336 mod_auth_external_insecure/README.markdown --- 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 ============