Mercurial > p > roundup > code
diff CHANGES.txt @ 4669:d7ac6c7bc371
Fix basic authentication.
Instatiating the login action would fail if the user is not set.
We now first set the user to anonymous and then try basic authentication
if enabled.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Tue, 16 Oct 2012 18:27:33 +0200 |
| parents | 17197d6145cf |
| children | c9b85ca1f985 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Oct 10 18:19:34 2012 +0200 +++ b/CHANGES.txt Tue Oct 16 18:27:33 2012 +0200 @@ -42,6 +42,9 @@ thanks Nathan Russell. (John Kristensen) - issue2550756: Fix `oder' typo in mailer.Mailer.bounce_message docstring, thanks W. Trevor King (John Kristensen) +- Fix basic authentication: instatiating the login action would fail if + the user is not set. We now first set the user to anonymous and then + try basic authentication if enabled. 2012-05-15: 1.4.20
