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

User not able to login after Admin edits the user name from admin panel #3426

Open
HarshithaRmAkamai opened this issue May 28, 2024 · 1 comment
Labels

Comments

@HarshithaRmAkamai
Copy link

HarshithaRmAkamai commented May 28, 2024

Bug description

How to reproduce

1)Created a user testing
2)Was able to successfully login using testing username
3)Edited the user name to testing1
4)Says incorrect username and password when tried to access from
username : testing1
5)Tried logging in using old user name : testing
This entry got added in admin panel as new entry

Expected behaviour

1)User was supposed to be able to login after user name was updated
2)There should be only 1 corresponding entry for the user with updated username

Actual behaviour

1)Says incorrect username and password when tried to access from updated username
2)When tried to access from old user name that entry got added in admin panel as new entry
3)After that I could see both testing and testing1 as users in admin panel
Screenshot 2024-05-28 at 7 58 09 PM

Your personal set up

z2jh version we are using 3.3.7
We are running on LKE cluster with Debian 11 OS worker nodes.

logs

[E 2024-05-28 15:17:55.103 JupyterHubSingleUser] Error notifying Hub of activity
Traceback (most recent call last):
File "/opt/conda/lib/python3.11/site-packages/jupyterhub/singleuser/extension.py", line 428, in notify
await client.fetch(req)
tornado.httpclient.HTTPClientError: HTTP 404: Not Found

Configuration
hub:
  config:
    Authenticator:
      admin_users:
        - User1
        - User2
      allowed_users:
        - User3
    JupyterHub:
      authenticator_class: dummy
Copy link

welcome bot commented May 28, 2024

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
Projects
None yet
Development

No branches or pull requests

1 participant