Multi-User options #52
Replies: 20 comments 54 replies
-
Simple solution: have a tag for both of you that marks documents private for you. We'd need an additional filter ("Does not have tag X"), so each of you could save a filter that does not show these documents. However, that's not ideal. We could investigate limiting the documents users get to see based on the metadata they have. For example, you could define a rule so that your wife does not get to see whatever is tagged with "private". However, I don't have a need for that, so we have to get some more input on what's actually needed and figure out a solution that's versatile enough to meet the needs of everyone. I've enabled user management simply so that you can change your password. It's not integrated with anything as of now. |
Beta Was this translation helpful? Give feedback.
-
What is great is that you can already add different users and they can have their own views! Guess this might already be enough for me right now. Maybe a quick win could be to enable admins to attach a default filter to a user like |
Beta Was this translation helpful? Give feedback.
-
Before jumping onto anything I'd like to see if django's built-in permission and authorization system can be extended to fit our needs. |
Beta Was this translation helpful? Give feedback.
-
I'd also be interested in such a feature as well as i'd be fine with the simple solution to filter specific tags (default search filter) for other users. btw thanks for your work on paperless-ng ! /e: found a related PR: the-paperless-project/paperless#548 |
Beta Was this translation helpful? Give feedback.
-
Hello, and thanks for your interest in the project and your suggestions! --> I'm not feeling too excited about adding new entity types to paperless, if it's not absolutely necessary. That doesn't mean that I wont implement this, I'm just trying to work with what we already have and go for simple, yet versatile solutions. The ideas in the PR don't look to promising. A document can belong to multiple users. Right now, I'm thinking about something like this:
--> You see, this isn't all that easy. Honestly, I am wondering if it's really necessary to have a system that enforces this kind of stuff. You could just use saved views. |
Beta Was this translation helpful? Give feedback.
-
Also the idea of hiding certain documents from different employees. Upload all documents, bank statements, financial reports, invoices, receipts, and giving certain employees only access to certain document types depending on their position within the company. I don't personally have such a use case, but I can see examples of its uses. |
Beta Was this translation helpful? Give feedback.
-
I too am interested in the multi-user options, but from the perspective that I'd like to have users that are unable to modify or create document-types, tags, or correspondents, but rather simply add and remove existing ones from the documents. I think I saw a recent bug where this was determined to be a big deal. How can I help? |
Beta Was this translation helpful? Give feedback.
-
I am also interested in the "multi-user" feature. For me it would sufficient to add appropriate user labels to the documents. However, it would help a lot to automatically apply these labels of the various users. I scan documents to a network share and can set up different locations per person. Now it would be nice to be able to apply labels per source location automatically as well. |
Beta Was this translation helpful? Give feedback.
-
Hi, I use this app with my girlfriend and this feature would be really useful. I currently use tags/views to logically divide the docs, but I think that a "physical" separation implemented as a permission system would be a preferable and much cleaner solution . Thanks for your work |
Beta Was this translation helpful? Give feedback.
-
What is the best way to help with such a feature? Are there already any specific plans / ideas on how multi-user support should look like? I think working out the concept first, is essetnial here, in order to have a vision on what needs to be developed, etc. |
Beta Was this translation helpful? Give feedback.
-
Interested in Paperless, but this is somewhat of a showstopper as-is as not everybody will have signed a specific NDA etc., but those documents still need handling within the workflow. |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for your work so far, this project is great as it is already! Keep it up! |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if it's perfect fit or should go into another thread, but |
Beta Was this translation helpful? Give feedback.
-
Just gonna throw my two cents in. I'd love to have an option for groups where users can be added to different groups with either read only or read/write perm and documents get added to the group. To me that would be the ideal paperless multi user setup. |
Beta Was this translation helpful? Give feedback.
-
Same here, for me paperless will only be usable if we can specify which users (or groups) can see which documents (or tags) I already have the consumer configured to process subdirs and apply the tags, but then I would want to add permissions to users/groups for tags which should be "private" |
Beta Was this translation helpful? Give feedback.
-
Multi-user support would be great! My Idea: If I have time I will try and implement something like that. |
Beta Was this translation helpful? Give feedback.
-
In my opinion, the option to set items read only should also be considered. So there should be the classical none/read only/read write concept based on ... tags? Maybe the easiest (and safest) solution could be that every users sees only his own files, unless there is a tag added, that has ro/rw permissions for other users/groups. |
Beta Was this translation helpful? Give feedback.
-
Multiple users with rights access will be an excellent addition. After trying all other DMS solutions out there, I can say nothing beats the simplicity and intuitiveness of paaperless-ng |
Beta Was this translation helpful? Give feedback.
-
The multi-user feature would be great. |
Beta Was this translation helpful? Give feedback.
-
I'm heading towards a different and easy approach: I'm currently running two separate paperless containers next to each other on different ports. This allows clean separation of documents while staying easy in maintenance. Disadvantage: You cannot simply share documents with your partner/ You will have to upload those in both DBs. I'm using a shared consumption folder as well as one for each "User". |
Beta Was this translation helpful? Give feedback.
-
Hey, I was wondering whether there was an idea how to cope with the situation of multiple users (i.e. wife and me) with common documents plus those which are not of interest for the other one (does not necessarily mean a physical protection)
Would tags plus user defined dashboards be the answer? Would that be possible already today?
Cheers
So I set ng up and had a look. I found groups and users, but can't really do anything besides allowing admin access for users. Plus changelog says they should have been removed in 0.4?
Beta Was this translation helpful? Give feedback.
All reactions