Open yamaton opened 2 years ago
After reading Extending Templates, I figured the {{ super() }}
directive is missing in tljh-repo2docker's page.html.
Shall I prepare a PR?
Hello @yamaton thanks for your input.
My understanding of tljh-repo2docker
is that authentication is handled externally. So, I'm worried that allowing the Native Authenticator could be problematic with other integrations.
Do you have any thought on this @jtpio?
After reading Extending Templates, I figured the
{{ super() }}
directive is missing in tljh-repo2docker's page.html.
Ah that could be the case. Thanks @yamaton for catching this, feel free to open a PR to see if that can fix it..
Hello, I'm running tljh-repo2docker with Native Authenticator. It runs fine, but some links at the top, "Change Password" and "Authorize Users", are gone.
I suppose this is because
page.html
in nativeauthenticator is overshadowed by the page.html in tljh-repo2docker.Here is what you'd see if native authenticator is used alone: