mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-20 13:19:24 +00:00
Now authenicates access to services based on groups, not simple tags
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
<ul>
|
||||
<li><b>Username:</b> {{ user.username }}</li>
|
||||
<li><b>Corp Access?</b> {{ profile.corp_user }}</li>
|
||||
</ul>
|
||||
|
||||
<h2>Service Accounts</h2>
|
||||
@@ -31,11 +30,9 @@
|
||||
</table>
|
||||
{% endif %}
|
||||
|
||||
{% if profile.corp_user %}
|
||||
<p>
|
||||
<a href="/profile/add/service">Add Service</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user