dummyauthenticator not working for all users
Hi,
As documented, I configured dummyauthenticator. But seems not working as expected.
i configured below in jupyterhub_config.py file & restarted jupyterhub notebook. So ideally it should allow authentication for any user/admin/whitelisted_users. But not working out.
c.JupyterHub.authenticator_class = 'dummyauthenticator.DummyAuthenticator' c.DummyAuthenticator.password = "welcome" c.Authenticator.admin_users = {'guest'} c.Authenticator.whitelist = {'guest'}
Apologies for the late response.
Can you give us a little more information on what you mean by doesn't work? A more detailed description as well as any log files from JupyterHub would be very useful.
Again, I apologise for the long delay in responding
Hi,
What I meant was, After configuring all above parameters, default username & password should be as guest/welcome. But on login in authentication error was thrown.