diff options
author | Jan Dittberner <jandd@cacert.org> | 2020-04-14 23:23:23 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2020-04-14 23:25:11 +0200 |
commit | 58898b29a7bd0c2f2e7417b2f713a0eda2cb36f4 (patch) | |
tree | 347c2c5aa30cd4ac0ff33f9d2abac1ed80f1f198 /README.md | |
parent | 6c9bf09f1a4bd12fc1f91419a3de9242a5c1cb2c (diff) | |
download | cacert-boardvoting-58898b29a7bd0c2f2e7417b2f713a0eda2cb36f4.tar.gz cacert-boardvoting-58898b29a7bd0c2f2e7417b2f713a0eda2cb36f4.tar.xz cacert-boardvoting-58898b29a7bd0c2f2e7417b2f713a0eda2cb36f4.zip |
Add new table user_roles
This commit adds a new database table user_roles to prepare for the
introduction of a voter management system. All existing enabled voters
are added to the VOTER role.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ This project contains the source code for the CAcert board voting software. The CAcert board voting software is licensed under the terms of the Apache License, Version 2.0. - Copyright 2017-2019 Jan Dittberner + Copyright 2017-2020 Jan Dittberner Licensed under the Apache License, Version 2.0 (the "License"); you may not use this program except in compliance with the License. |