From b78b0f56cc17ad615950d9301955f76fdea15ff3 Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 21 Jun 2017 09:49:01 +0200 Subject: [PATCH] Fix typo --- NEWS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index efcaf490..dec923ff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -28,10 +28,11 @@ This release is compatible with version 2.0.0. * Rights plugins can decide if access to an item is granted explicitly * Respond with 403 instead of 404 for principal collections of non-existing users when ``owner_only`` plugin is used (information leakage) -* Authentication plugins can provide login and password from environment - * new ``remote_user`` plugin, that gets login from the ``REMOTE_USER`` +* Authentication plugins can provide the login and password from the + environment + * new ``remote_user`` plugin, that gets the login from the ``REMOTE_USER`` environment variable (for WSGI server) - * new ``http_x_remote_user`` plugin, that gets login from the + * new ``http_x_remote_user`` plugin, that gets the login from the ``X-Remote-User`` HTTP header (for reverse proxies)