Read only policy support
This commit is contained in:
@ -2,10 +2,21 @@
|
||||
|
||||
{% block content %}
|
||||
<h3>
|
||||
Welcome, {{ auth.full_name }}
|
||||
<!-- Welcome, {{ auth.full_name }} -->
|
||||
authentication info
|
||||
</h3>
|
||||
<hr>
|
||||
<h4>authentication info</h4>
|
||||
<!-- <h4>authentication info</h4> -->
|
||||
<div class="row data">
|
||||
<div class="col col-2">
|
||||
<strong>full name</strong>
|
||||
</div>
|
||||
<div class="col col-6">
|
||||
<span data-toggle="tooltip" data-placement="right" title="OIDC username: {{ auth.login_name }}">
|
||||
{{ auth.full_name }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row data">
|
||||
<div class="col col-2">
|
||||
<strong>username</strong>
|
||||
|
Reference in New Issue
Block a user