Change default permission value from 31 to 1
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 61
- Forks
- 34
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 22
Description
Hello,
I would like to define the default permission setting once a guest user is created to "only read" permission.
This value should be set on "1" instead "31" on permissions when a guest user is created.
"31" value permission permits, delete, edit, reshare, etc.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the guest-user creation path and locate where the _permissions_ value is assigned. Change the default from 31 to 1, then verify that a newly created guest user has read-only access and cannot edit, delete, or reshare files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authorization
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100