Can login with SSO & change Password

This commit is contained in:
2019-10-09 21:57:56 +02:00
parent 20416ce108
commit a6f25bcbb2
16 changed files with 197 additions and 41 deletions

View File

@@ -19,7 +19,7 @@ create table citizen
user_id uuid not null references "user" (id) unique,
vote_anonymous boolean default true not null,
follow_anonymous boolean default true not null,
email text not null check ( email ~* '.+@.+\..+' )
email text not null check ( email ~* '.+@.+\..+' ) unique
);
create table workgroup