# HG changeset patch # User Tom Gottfried # Date 1634657225 -7200 # Node ID 5ff9d2f9d357989fbe292650d15c2dddbd203e47 # Parent b33121a547936181c5e80e6cdaeeb701e3298d80 Fixup rev. eec88a166251 and 8797274e2739: Adapt database initialization diff -r b33121a54793 -r 5ff9d2f9d357 schema/std_login_roles.sql --- a/schema/std_login_roles.sql Tue Oct 19 15:00:30 2021 +0200 +++ b/schema/std_login_roles.sql Tue Oct 19 17:27:05 2021 +0200 @@ -52,7 +52,7 @@ -- Initial Admin account used to bootstrap the personalized accounts IF to_regrole(admin) IS NULL THEN INSERT INTO users.list_users VALUES ( - adminrole, admin, adminpw, dummy_country, box, ''); + adminrole, admin, adminpw, dummy_country, box, '', false, true); RAISE NOTICE 'Default admin user ''%'' created with password ''%''', admin, adminpw; ELSE