Sync AlekSIS groups to Django groups on registration of existing Persons
All threads resolved!
Compare changes
+ 5
− 1
@@ -659,7 +659,11 @@ class AccountRegisterForm(SignupForm, ExtensibleForm):
Closes #752 (closed)
Maybe there is a more suitable location for those two lines? In some function that is always executed on registration, not just through this form (e.g. through LDAP login).