tiredofit / docker-fusiondirectory

Dockerized web based LDAP manager
MIT License
48 stars 18 forks source link

Fix password recovery mecanism when using traefik #15

Closed jrevillard closed 4 years ago

jrevillard commented 4 years ago

I don't know if you already faced this problem but if I do not change this, the password recovery link which is sent by email is not correct (missing '/recovery.php' in the URL).

If you do not have the problem, would you mind to guide me through the reverse proxy configuration ?

Best, Jerome

tiredofit commented 4 years ago

On my own environment I haven't used the password reset function as I found it to be fairly limited. I have a large user base where the technical skill level/tolerance is fairly low. I used tiredofit/self-service-password for a flashier solution and have now migrated to tiredofit/lemonldap which also provides similar password reset functionality however much more complex than self-service-password.

What you've done though will work - There may be something in the application that is not properly passing over headers or could be related to nginx - I think this is good enough.