This is acceptable since we have SSO.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
# Create regular user
user = self.create(name, realname=attr["cn"][0])
- user.activate()
# Add all email addresses and activate them
for email in attr["mail"]:
realname text,
locale text,
timezone text,
- activated boolean DEFAULT false NOT NULL,
+ activated boolean DEFAULT true NOT NULL,
deleted boolean DEFAULT false NOT NULL,
registered_at timestamp without time zone DEFAULT now() NOT NULL,
admin boolean DEFAULT false NOT NULL,