1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-03-06 19:48:19 +00:00
handlerug b87583ef28
Drop fixed authorization
Important changes:
- UseFixedAuth is now UseAuth and toggles all kinds of authorization and
  registration
- UseRegistration is now AllowRegistration to better reflect the meaning
- LimitRegistration is now RegistrationLimit because it's not a boolean,
  it's a value (not "limit registration?", but "registration limit is
  ...")
- registered-users.json is now users.json, because all users are stored
  there
- user.AuthUsed is dropped in favor of new cfg.UseAuth which has the
  same meaning

I hope I have not forgotten anything.
2021-07-02 15:20:03 +07:00
..
2021-07-02 15:20:03 +07:00
2021-07-02 15:20:03 +07:00
2021-05-11 13:33:00 +05:00
2021-06-14 03:47:11 +03:00
2021-06-12 14:42:13 +05:00
2021-06-23 21:01:34 +07:00