Skip to content

Commit

Permalink
stop lowercasing usernames, testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chicocvenancio committed Mar 9, 2018
1 parent 80095b7 commit c642212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jupyterhub:
class Auth(MWOAuthenticator):
enable_auth_state = True
def normalize_username(self, username):
return username
@gen.coroutine
def pre_spawn_start(self, user, spawner):
auth_state = yield user.get_auth_state()
Expand Down

0 comments on commit c642212

Please sign in to comment.