Warn on login that everything is deleted regularily

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-17 15:07:41 +02:00
parent ddd9d44da1
commit f6ff3e586a
3 changed files with 8 additions and 2 deletions

View File

@@ -23,6 +23,10 @@
<span v-if="error === LoginError.USER_DOES_NOT_EXIST">
{{ $t('No user account with this email was found. Maybe you made a typo?') }}
</span>
<!-- Warning that we delete everything every now and then -->
<span v-if="error === LoginError.USER_DOES_NOT_EXIST">
{{ $t('User accounts and every other data is currently deleted every 48 hours, so you may want to register again.') }}
</span>
</b-message>
<form @submit="loginAction">
<b-field :label="$t('Email')">