With LDAP auth enabled, app routes url to '/ldap/login' based on ldap_auth.py in authentication.
Template login page redirects to '/ldap_auth/login' which returns a 404 since there is no route pointing to that url.
Fix: adjust route in /authentication/ldap_auth.py
This seems fixed in beta version 4, but should still be addressed in v3
I don't think it was fixed in v4, but will try to fix it in one of the next updates of v4.
We won't release a patch release for v3 for this bug, but you can patch your version by replacing ldap_auth/login with ldap/login in the templates.
Most helpful comment
I don't think it was fixed in v4, but will try to fix it in one of the next updates of v4.
We won't release a patch release for v3 for this bug, but you can patch your version by replacing
ldap_auth/loginwithldap/loginin the templates.