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:
parent
39f3ae77b5
commit
80f4eed646
|
@ -24,7 +24,13 @@
|
||||||
@input="autoUpdateUsername($event)"
|
@input="autoUpdateUsername($event)"
|
||||||
/>
|
/>
|
||||||
</b-field>
|
</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
|
<b-field
|
||||||
:label="$t('Username')"
|
:label="$t('Username')"
|
||||||
:type="errors.preferred_username ? 'is-danger' : null"
|
:type="errors.preferred_username ? 'is-danger' : null"
|
||||||
|
|
Loading…
Reference in a new issue