summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-08-05 01:01:21 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-08-05 01:01:21 -0400
commit7a036f167854456ce49f167094a9965958e5bb2e (patch)
treee9737c3c97f23ffcbb82538bf77fdd783e11f8ad /CHANGELOG.txt
parentf58bc6af2477dc3cd136c7ef96cb354b819f6120 (diff)
downloadbrdo-7a036f167854456ce49f167094a9965958e5bb2e.tar.gz
brdo-7a036f167854456ce49f167094a9965958e5bb2e.tar.bz2
Issue #670454 by pwolanin, cburschka, effulgentsia: Support HTTP Authorization in CGI environments.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e9fc50261..f9f429da9 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.23, xxxx-xx-xx (development version)
-----------------------
+- Changed the default .htaccess file to support HTTP authorization in CGI
+ environments.
- Changed the password reset form to pre-fill the username when requested via a
URL query parameter, and used this in the error message that appears after a
failed login attempt (minor data structure and behavior change).