Save
This commit is contained in:
parent
fc2bfe79ee
commit
abb974d0bc
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue