Skip to content

Commit

Permalink
Upda
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwowen committed Nov 1, 2024
1 parent 4235a8e commit 52c0d1d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class="alert alert-warning" role="alert">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
Script tokens are deprecated and will expire after 180 days. You will need to generate a new one after expiration.
<a class="btn btn-info" href="http://pinch.pinadmin.com/ttst-deprecation" target="_blank">Get help</a>
</div>
2 changes: 2 additions & 0 deletions deploy-board/deploy_board/templates/users/users_config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</div>

<div class="panel-body">
{% include "users/script_token_deprecation.html" %}
<form id="usersFormId" class="form-horizontal" method="post"
action="/env/{{ env_name }}/update_users_config/?user_types={{ user_types }}" role="form">
{% csrf_token %}
Expand Down Expand Up @@ -83,6 +84,7 @@
{% endif %}
</div>
<div class="modal-body">
{% include "users/script_token_deprecation.html" %}
<div class="form-group">
<label for="newName"
class="deployToolTip control-label col-md-2">Name</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ <h4 class="panel-title pull-left">
</div>

<div class="panel-body">
<p>
User and group management have moved to Pastis based ACLs. Please follow the <a href="https://pinch/teletraan-pastis-acl">instructions</a> to manage users and groups.
</p>
<p>
Please update your bookmarks.
</p>
<div class="alert alert-warning" role="alert">
<p>
User and group management have moved to Pastis based ACLs. Please follow the <a href="https://pinch/teletraan-pastis-acl" target="_blank">instructions</a> to manage users and groups.
</p>
<p>
Please update your bookmarks.
</p>
</div
</div>

0 comments on commit 52c0d1d

Please sign in to comment.