Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New directories are not visible to already existing users and the current admin #875

Open
sanaatucd opened this issue Apr 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@sanaatucd
Copy link

sanaatucd commented Apr 11, 2023

Bug description

After logging in as admin, I create two users (user1 and user2). Then I create three directories by following all three methods provided here.

The problem is that no directories are accessible by current admin and two users.

But, when I create new user user3, all of three directories are accessible by this new user.

Expected behaviour

Whenever I create any directory, it must be visible to the current admin and all existing users.

Actual behaviour

Newly created directories are not accessible by current admin and pre-existing users.

Your personal set up

  • OS: Ubuntu 22 LTS
  • Version(s): whatever was installed with the following code:
 #!/bin/bash
curl -L https://tljh.jupyter.org/bootstrap.py \
  | sudo python3 - \
    --admin admin
@sanaatucd sanaatucd added the bug Something isn't working label Apr 11, 2023
@welcome
Copy link

welcome bot commented Apr 11, 2023

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant