Skip to content

Commit

Permalink
deploy: 25f9042
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 7, 2024
1 parent a648e3d commit bd3bb14
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 @@ -230,6 +230,23 @@ <h3 id="allow_reauthentication">
: This option needs to be boolean (TRUE/FALSE) else it will be
considered FALSE.
</p>
<h3 id="show_user_attribute">
<code>
show_user_attribute
</code>
</h3>
<p>
This option can be used to show the user attribute, to inform the with which
account they are logged in. If set to a valid attribute, the user will see
the first value of that attribute.
</p>
<p>
<strong>
Note
</strong>
: This option needs to be a string else it will be considered disabled.
Default value is NULL.
</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/statistics.html">
statistics.html
<a href="contrib_modules/statistics/authproc_statisticswithattribute.html">
authproc_statisticswithattribute.html
</a>
</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>
</ul>
Expand Down

0 comments on commit bd3bb14

Please sign in to comment.