summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2017-05-08 02:06:38 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2017-05-08 02:25:18 +0000
commit7342c7f0e19e15ab3c7ba2133a56393c15989f08 (patch)
tree5e00a9c2a3164bd49d18ded9263f1ea7ae99d7f6 /cpanfile
parent62d8fcde1c6dc5be2f535f6fcffa1afd838b62bd (diff)
Move users to DB
Summary: This will automatically take care of migrating the users from users.json; you may delete that file. Note that this removes htpasswd support. We now store (hashed) user passwords in the database. See T19 for rationale. Test Plan: Run this on a testnet for a while, try to break it. Reviewers: ilbelkyr, #antispammeta Reviewed By: ilbelkyr, #antispammeta Tags: #antispammeta, #database Differential Revision: https://dev.antispammeta.net/D2
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpanfile b/cpanfile
index eedbbdf..a01c954 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,5 +1,3 @@
-requires 'Apache::Htgroup', '1.23';
-requires 'Apache::Htpasswd', '1.8';
requires 'Array::Utils', '0.5';
requires 'autovivification', '0.12';
requires 'Data::UUID', '1.219';
@@ -18,6 +16,7 @@ requires 'String::Interpolate', '0.32';
requires 'Text::LevenshteinXS', '0.03';
requires 'Tie::CPHash', '1.06';
requires 'URI::Escape', '3.31';
+requires 'Const::Fast', '0.014';
requires 'DBI', '1.63';
requires 'DBD::mysql', '4.025';