mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
Update jupyterhub/auth.py
Co-Authored-By: Min RK <benjaminrk@gmail.com>
This commit is contained in:
@@ -778,7 +778,7 @@ class LocalAuthenticator(Authenticator):
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
except KeyError:
|
except KeyError:
|
||||||
self.log.warning("No UID for user %s" % name)
|
self.log.debug("No UID for user %s" % name)
|
||||||
cmd += [name]
|
cmd += [name]
|
||||||
self.log.info("Creating user: %s", ' '.join(map(pipes.quote, cmd)))
|
self.log.info("Creating user: %s", ' '.join(map(pipes.quote, cmd)))
|
||||||
p = Popen(cmd, stdout=PIPE, stderr=STDOUT)
|
p = Popen(cmd, stdout=PIPE, stderr=STDOUT)
|
||||||
|
Reference in New Issue
Block a user