georchestra / georchestra-gateway

GNU General Public License v3.0
0 stars 5 forks source link

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

Closed pmauduit closed 2 months ago

pmauduit commented 4 months ago

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 commented 2 months ago

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.