In users list, change option "Users pending for moderation" to false by default - #877

This commit is contained in:
Laurent GAY
2025-10-03 16:50:44 +02:00
parent 65f07a37b2
commit 9b708e1c80
4 changed files with 19 additions and 19 deletions

View File

@@ -175,7 +175,7 @@
<h2 class="text-lg font-bold mb-3">{{ t("Actions") }}</h2>
<table>
<tr>
<td v-if="user.role == ICurrentUserRole.PENDING">
<td v-if="user.role == ICurrentUserRole.PENDING && !user.disabled">
<div class="buttons">
<o-button @click="acceptAccount" variant="success">{{
t("Accept")