Skip to content

Commit

Permalink
deploy: 25f9042
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 5, 2024
1 parent de138d1 commit a648e3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions contrib_modules/authorize/authorize.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,23 @@ <h3 id="errorurl">
: This option needs to be boolean (TRUE/FALSE) else it will be
considered an attribute matching rule.
</p>
<h3 id="allow_reauthentication">
<code>
allow_reauthentication
</code>
</h3>
<p>
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.
</p>
<p>
<strong>
Note
</strong>
: This option needs to be boolean (TRUE/FALSE) else it will be
considered FALSE.
</p>
<h2 id="attribute-rules">
Attribute Rules
</h2>
Expand Down
8 changes: 4 additions & 4 deletions contributed_modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -801,14 +801,14 @@
</li>
<li>
Documentation:
<a href="contrib_modules/statistics/authproc_statisticswithattribute.html">
authproc_statisticswithattribute.html
<a href="contrib_modules/statistics/statistics.html">
statistics.html
</a>
</li>
<li>
Documentation:
<a href="contrib_modules/statistics/statistics.html">
statistics.html
<a href="contrib_modules/statistics/authproc_statisticswithattribute.html">
authproc_statisticswithattribute.html
</a>
</li>
</ul>
Expand Down

0 comments on commit a648e3d

Please sign in to comment.