diff --git a/contrib_modules/authorize/authorize.html b/contrib_modules/authorize/authorize.html index 4556966..3145b1a 100644 --- a/contrib_modules/authorize/authorize.html +++ b/contrib_modules/authorize/authorize.html @@ -213,6 +213,23 @@
+ allow_reauthentication
+
++ This option can be used to allow users to re-authenticate if they are +unauthorized. If set to TRUE, the user will be shown a button to re-authenticate. +If set to FALSE, the user will not be shown a button to re-authenticate. +
++ + Note + + : This option needs to be boolean (TRUE/FALSE) else it will be + considered FALSE. +