iot-salzburg / gpu-jupyter

GPU-Jupyter: Leverage the flexibility of Jupyterlab through the power of your NVIDIA GPU to run your code from Tensorflow and Pytorch in collaborative notebooks on the GPU.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let user change its own password

mr-falken opened this issue · comments

Hi!
We're deploying this notebook as a service in our paas environment and a very important feature would be letting the end user set its own password after first login (with provided token), without our intervention or without our infrastructure team knowing the password.

For what I read here and here all suggested solutions involve rebuilding / restarting the container from our side: is that correct ?
No other workaround ?

Thanks!

hmmm. not particularly. I think in your situation you may be better suited with a jupyterhub + oauth deployment (like, integrate it with github identity). I use these containers in such an environment myself.