Missing Change password and authorize menuitem in JupyterHub 5.4.3

Hi All,

I have a JupyterHub Install in docker, using the DockerSpawner and NativeAuthenticator (“Quay image), and I can see only these menuitems:

image

Home / Token / Admin

If I try the /hub/authorize link it is working fine, but I cannot find out why not available on the menu.

Thank you for your help!

Are you building a custom image? Did you follow the installation and configuration instructions for NativeAuthenticator?

1 Like

I feel bit dummy now, yes thank you, I forgot one section with the templates.

import os, nativeauthenticator
c.JupyterHub.template_paths = [f"{os.path.dirname(nativeauthenticator.__file__)}/templates/"]

Thank you very much! Next time I try to think about the problem a bit more time :smiley:

2 Likes