🙈 Create guest users which can only see files shared with them
Перейти к файлу
John Molakvoæ (skjnldsv) bd5ebe79fc
1.3.1 & webpack babel fix
2019-11-27 16:23:18 +01:00
.tx Fix tx config 2018-02-12 23:05:34 +01:00
appinfo 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
img Add icon, fix #8 2017-04-28 11:17:00 +02:00
l10n [tx-robot] updated from transifex 2019-11-21 02:36:13 +00:00
lib Update app to fit 18 new Sharing sidebar 2019-11-27 12:27:24 +01:00
screenshots update screenshots 2019-06-20 18:48:50 +02:00
src Migrate to @nextcloud/vue 2019-11-27 12:30:03 +01:00
templates/settings Update config and makefile to our documentation 2019-08-06 08:01:17 +02:00
tests Use typed password events 2019-11-27 11:21:13 +01:00
.drone.yml Update app to fit 18 new Sharing sidebar 2019-11-27 12:27:24 +01:00
.eslintrc.js Update app to fit 18 new Sharing sidebar 2019-11-27 12:27:24 +01:00
.gitignore 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
.stylelintrc.js Update app to fit 18 new Sharing sidebar 2019-11-27 12:27:24 +01:00
.travis.yml Use typed password events 2019-11-27 11:21:13 +01:00
LICENSE Initial commit 2017-02-20 12:27:59 +01:00
Makefile Update app to fit 18 new Sharing sidebar 2019-11-27 12:27:24 +01:00
README.md updated README for v1.1.0 2019-06-27 10:40:06 +02:00
babel.config.js 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
composer.json tests for AppConfigOverwrite and DirMask 2019-06-20 14:34:51 +02:00
composer.lock tests for AppConfigOverwrite and DirMask 2019-06-20 14:34:51 +02:00
package-lock.json 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
package.json 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
webpack.common.js 1.3.1 & webpack babel fix 2019-11-27 16:23:18 +01:00
webpack.dev.js Update config and makefile to our documentation 2019-08-06 08:01:17 +02:00
webpack.prod.js Update config and makefile to our documentation 2019-08-06 08:01:17 +02:00

README.md

Guests

Build Status

Create guest users which can only see files shared with them

Usage

  1. Create a guest user by typing their email address in to the sharing dialog.
  2. [Optionally] Set a display name for the guest user.
  3. [Optionally] Set a language for the invitation email (otherwise the server's default language will be used).
  4. The guest will receive an email invitation with a link to create an account. They only have access to files which are shared with them.

Restrictions on guest users

Apps

Administrators can set a whitelist of apps that guest users have access to.

By default the following are allowed:

  • activity
  • files_external
  • files_sharing
  • files_texteditor
  • files_trashbin
  • files_versions
  • firstrunwizard
  • gallery
  • notifications

Hide other users

By default, guests will not be able to list other users in the system, if a guest user gets added to a group he will be able to list users within that group (and, for example, share files with those users).