Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

login - do not hardcode header's script url (#117) #118

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

pmauduit
Copy link
Member

Use the value from datadir's default.properties instead.

Adding some doc in what is configureable about the header and how tu customize the login page.

Also removing the commented out footer url.

@landryb landryb linked an issue Apr 10, 2024 that may be closed by this pull request
Use the value from datadir's default.properties instead.

Adding some doc in what is configureable about the header and how tu
customize the login page.

Also removing the commented out footer url.
@pmauduit pmauduit force-pushed the header-use-property-from-datadir-117 branch from af89bc2 to 216a0dd Compare June 24, 2024 10:26
@pmauduit
Copy link
Member Author

pmauduit commented Jun 24, 2024

force-pushed because of rebase onto main, conflict only onto the login template page, missing:

              <div style="text-align: center; font-size: 18px; color: #ff0033;" th:if="${duplicateAccount}"> <span th:text="#{duplicate_account}"></span> </div>
          </div>

and footer (already commented out) removed.

@pmauduit pmauduit merged commit acc22ce into main Jun 24, 2024
3 checks passed
@pmauduit pmauduit deleted the header-use-property-from-datadir-117 branch June 24, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hardcoded header url in login page
2 participants