From 2c0b71a93f2d0954b95972032d7f49fac2986998 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Thu, 28 Aug 2025 08:40:14 +0200 Subject: [PATCH] feat: add better description in settings Signed-off-by: skjnldsv --- src/views/GuestSettings.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/GuestSettings.vue b/src/views/GuestSettings.vue index f9db2f4f..0fe6045c 100644 --- a/src/views/GuestSettings.vue +++ b/src/views/GuestSettings.vue @@ -6,14 +6,22 @@
+ - {{ t('guests', 'Guests account have no quota by default') }} + {{ t('guests', 'Guests are simple, limited accounts you can give to people outside your Nextcloud instance.') }} + {{ t('guests', 'They do not get their own storage, but can log in and work together on files, folders and chats you share with them.') }} + {{ t('guests', 'Guests are always identified as such, to make it clear who is part of your team and who is an external collaborator.') }} + {{ t('guests', 'Use them when you want to collaborate with friends, clients or partners without having to create full user accounts.') }} + +
{{ statusText }}
+ +

{{ t('guests', 'Creating guests accounts is restricted while "Restrict accounts to only share with accounts in their groups" is enabled.') }} @@ -22,6 +30,8 @@ {{ t('guests', 'Only group admins are allowed to create guests and guests must be added to at least one group the share creator is a group admin for.') }}

+ +
+ +