Simple forum software for building great communities.
Go to file
Franz Liedke 7d52a49cfb Fix inconsistent status codes
HTTP 401 should be used when logging in (i.e. authenticating) would make
a difference; HTTP 403 is reserved for requests that fail because the
already authenticated user is not authorized (i.e. lacking permissions)
to do something.
2019-08-21 00:06:31 +02:00
framework/core Fix inconsistent status codes 2019-08-21 00:06:31 +02:00