From 7342c7f0e19e15ab3c7ba2133a56393c15989f08 Mon Sep 17 00:00:00 2001 From: Janik Kleinhoff Date: Mon, 8 May 2017 02:06:38 +0000 Subject: 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 --- lib/ASM/DB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ASM/DB.pm') diff --git a/lib/ASM/DB.pm b/lib/ASM/DB.pm index cc9906c..5e1d44d 100644 --- a/lib/ASM/DB.pm +++ b/lib/ASM/DB.pm @@ -1,5 +1,5 @@ use utf8; -package ASM::DB 3; +package ASM::DB 4; use strict; use warnings; -- cgit v1.2.3