This commit is contained in:
Holger Trampe 2021-10-23 17:51:09 +02:00
parent fc2bfe79ee
commit abb974d0bc
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ def NCAddUser(request):
# Die gruppe Mitarbeiter holen und ebenfalls hinzufügen
#ag_mitarbeiter = AgencyGroup.objects.filter(agency=user.profile.agency, agencygroupname="Mitarbeiter").first().nc_name
groups.append("agencymaingroup_" + str(user.profile.agency.pk))
groups.append("agencymaingroupid_" + str(user.profile.agency.pk))
#password = get_random_password(50)
password = ""