diff options
| author | 2017-05-08 02:06:38 +0000 | |
|---|---|---|
| committer | 2017-05-08 02:25:18 +0000 | |
| commit | 7342c7f0e19e15ab3c7ba2133a56393c15989f08 (patch) | |
| tree | 5e00a9c2a3164bd49d18ded9263f1ea7ae99d7f6 /cpanfile.snapshot | |
| parent | 62d8fcde1c6dc5be2f535f6fcffa1afd838b62bd (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.snapshot')
| -rw-r--r-- | cpanfile.snapshot | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cpanfile.snapshot b/cpanfile.snapshot index 5b9438f..4361a65 100644 --- a/cpanfile.snapshot +++ b/cpanfile.snapshot @@ -350,6 +350,19 @@ DISTRIBUTIONS Module::Pluggable::Object 3.6 Test::More 0 perl 5.006 + Const-Fast-0.014 + pathname: L/LE/LEONT/Const-Fast-0.014.tar.gz + provides: + Const::Fast 0.014 + requirements: + Carp 0 + Module::Build::Tiny 0.021 + Scalar::Util 0 + Storable 0 + Sub::Exporter::Progressive 0.001007 + perl 5.008 + strict 0 + warnings 0 Context-Preserve-0.01 pathname: J/JR/JROCKWAY/Context-Preserve-0.01.tar.gz provides: |
