You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the idea is to allow the user to set its own png files (from its compagny), so why not proposing to the user to put its own files on the server and to allow him to update the file path or overwrite the existing
################
##### LDAP #####
################
[ldap]
# login logo/favicon png files
# you can provide your own logo instead of using the default ones
login_logo_path = ~/var/ldap/static/png/mw_logo.png
login_favicon_path = ~/var/ldap/static/png/mw_favicon.png
so the code of the html page must refer to these config (i.e env variable), the page is located here :
can we use env variable inside it ? ...
should we copy the entire page and static files in the mfadmin HOME var ?
how the fastapi will serve static files located elsewhere?
should we move the ldap/fastapi to the mfadmin HOME ?
...
The default authentication form when using LDAP is showing à "Météo-France" logo.
It should be updated with a MetWork logo.
Or why not a way to provide its own company logo !?
The text was updated successfully, but these errors were encountered: