Skip to content
Snippets Groups Projects
Verified Commit 852e5f1f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix revert

parent bad8d096
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,4 @@ class LDAPConfig(AppConfig):
update_dynamic_preferences()
User = get_user_model()
if get_site_preferences()["ldap__person_sync_on_login"]:
post_save.connect(ldap_sync_user_on_login, sender=User)
post_save.connect(ldap_sync_user_on_login, sender=User)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment