warn users when creating a user account that they have to create a group later

Co-authored-by: unkonkret <unkonkret@systemli.org>
This commit is contained in:
778a69cd 2023-03-15 19:24:34 +01:00
parent 39f3ae77b5
commit 80f4eed646

View file

@ -24,7 +24,13 @@
@input="autoUpdateUsername($event)"
/>
</b-field>
<p style="color: red">
{{
$t(
"Attention! The username below is unique! If you want to create a group with the same name, change your username below now as you can't later on. (With your group name you'll be able to link to your group directly eg. fomobremen.info/@groupname)"
)
}}
</p>
<b-field
:label="$t('Username')"
:type="errors.preferred_username ? 'is-danger' : null"