diff options
| author | 2017-05-08 02:06:38 +0000 | |
|---|---|---|
| committer | 2017-05-08 02:25:18 +0000 | |
| commit | 7342c7f0e19e15ab3c7ba2133a56393c15989f08 (patch) | |
| tree | 5e00a9c2a3164bd49d18ded9263f1ea7ae99d7f6 /config-default/settings.json | |
| 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 'config-default/settings.json')
| -rw-r--r-- | config-default/settings.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config-default/settings.json b/config-default/settings.json index c976383..8fd2b24 100644 --- a/config-default/settings.json +++ b/config-default/settings.json @@ -29,12 +29,10 @@ "ssl" : "1", "username" : "MetaBot", "web" : { - "groupfile" : "/var/www/.htgroup", "shortener" : { "apikey" : "yoursecretkey", "domain" : "yourls.org", "secure" : "0" }, - "userfile" : "/var/www/.htpasswd" } } |
