diff --git a/memberPlumbing/ucsAccounts.py b/memberPlumbing/ucsAccounts.py index 9d02d97..782bacd 100755 --- a/memberPlumbing/ucsAccounts.py +++ b/memberPlumbing/ucsAccounts.py @@ -11,7 +11,9 @@ from .config import Config USER_BASE = "cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org" GROUP_BASE = "cn=groups,dc=sawtooth,dc=claremontmakerspace,dc=org" -GROUPS_REGEX = "|".join(["Certified: .*", "Access .*\?", "CMS .*", "Volunteer: .*"]) +GROUPS_REGEX = "|".join( + ["Certified: .*", "Access .*\?", "CMS .*", "Volunteer: .*", "Admin"] +) RAND_PW_LEN = 20