Hi everyone,
I’m trying to set up a shared folder on CryptPad that can be edited by guest users (i.e., users who are not logged in). Currently, when I share a folder with a link and set the access rights to "edit," guest users are prompted to log in or sign up. They see the following message:
This is a shared folder. You're not logged in so you can only access it in read-only mode.
My goal:
I want to provide a group of people with access to a shared drive, but I don’t want them to have their own personal drive. They should only be able to access and edit the shared section, ideally without requiring them to create an account.
What I’ve tried:
I noticed the AppConfig.registeredOnlyTypes setting in my application_config_internal.js file:
AppConfig.registeredOnlyTypes = ['file', 'contacts', 'notifications', 'support'];
I’m not sure if this is relevant to folders or if it can be adjusted to allow guest editing.
Questions:
- Is there a way to allow guest users to edit shared folders without requiring them to log in?
- If not, is there a recommended approach to achieve my use case (shared drive access without personal drives for users)?
Thank you for your help!