From 29d4419e49026330671ebeda073f899b6486e461 Mon Sep 17 00:00:00 2001 From: Willi Rath Date: Thu, 24 Jan 2019 18:31:26 +0100 Subject: [PATCH] Use newer firstuseauthenticator This uses v0.12 which allow for deleting users before they have set their password. --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 1a06d0a..10c5796 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -187,7 +187,7 @@ def ensure_jupyterhub_package(prefix): 'jupyterhub==0.9.4', 'jupyterhub-dummyauthenticator==0.3.1', 'jupyterhub-systemdspawner==0.11', - 'jupyterhub-firstuseauthenticator==0.11', + 'jupyterhub-firstuseauthenticator==0.12', 'jupyterhub-ldapauthenticator==1.2.2', 'oauthenticator==0.8.0', ])