Fix LDAP login page by using internal static resources rather than ex…#4416
Open
fmartinou wants to merge 1 commit intoprovectus:masterfrom
Open
Fix LDAP login page by using internal static resources rather than ex…#4416fmartinou wants to merge 1 commit intoprovectus:masterfrom
fmartinou wants to merge 1 commit intoprovectus:masterfrom
Conversation
…ternal resources (bootstrap.css...)
4 tasks
|
Hi, I'm facing the same issue using the latest tag "main" & "v1.1.0" images and it's not showing anything after login to the LDAP type "group". It's working fine with "v1.0.0" image but not sure what's causing on the latest images. Does anyone have documented how to resolve this issue? Looking forward to hearing to resolve it! Appreciate your help! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes did you make? (Give an overview)
The LDAP login page was loading css (bootstrap and signin from external CDN instead of using the local resources).
It already has been fixed for the Basic Auth login page but not the LDAP login page.
How Has This Been Tested?
Checklist
Check out Contributing and Code of Conduct