better password management
This commit is contained in:
@@ -113,6 +113,15 @@
|
||||
<i class="fas fa-edit" style="font-size: 0.85em; opacity: 0.7;"></i>
|
||||
Edit
|
||||
</a>
|
||||
<form action="{{ url_for('contacts.resend_setup_link', id=user.id) }}" method="POST" class="d-inline">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
||||
<button type="submit"
|
||||
class="inline-flex items-center gap-1.5 px-2.5 py-1 rounded-full text-sm no-underline transition-colors duration-200"
|
||||
style="background-color: var(--primary-opacity-8); color: var(--primary-color);">
|
||||
<i class="fas fa-paper-plane" style="font-size: 0.85em; opacity: 0.7;"></i>
|
||||
Resend Setup Link
|
||||
</button>
|
||||
</form>
|
||||
{% if user.email != current_user.email %}
|
||||
<button type="button"
|
||||
class="inline-flex items-center gap-1.5 px-2.5 py-1 rounded-full text-sm no-underline transition-colors duration-200"
|
||||
|
||||
Reference in New Issue
Block a user