Skip to content

Commit

Permalink
remove password
Browse files Browse the repository at this point in the history
  • Loading branch information
n00rsy committed Jul 30, 2024
1 parent 5a232be commit 15d5903
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/projects/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ <h3>{{_('Enable project syncing')}}</h3>
</div>
</fieldset>
</form>
<br>
<form id="remove-password-form" method="post" action="{{ url_for('project.remove_password', short_name = project.short_name) }}">
<div class="form-actions">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<input type="hidden" name="password" value="" />
<button type="submit" class="btn btn-primary" value="Remove Project Password">{{_('Remove Project Password')}}</button>
</div>
</form>

<h3>{{_('Project secret key')}}</h3>
<div class="input-group">
Expand Down

0 comments on commit 15d5903

Please sign in to comment.