Mercurial > moin > 1.9
changeset 464:ee7bbc2b2ca8
added note about moin_cookie being required by su-functionality
imported from: moin--main--1.5--patch-468
author | Thomas Waldmann <tw@waldmann-edv.de> |
---|---|
date | Tue, 07 Mar 2006 07:33:15 +0000 |
parents | 051f79718bdd |
children | 626aeff97493 |
files | ChangeLog docs/CHANGES |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Mar 07 07:05:29 2006 +0000 +++ b/ChangeLog Tue Mar 07 07:33:15 2006 +0000 @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--arch@arch.thinkmo.de--2003-archives/moin--main--1.5 # +2006-03-07 08:33:15 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-468 + + Summary: + added note about moin_cookie being required by su-functionality + Revision: + moin--main--1.5--patch-468 + + added note about moin_cookie being required by su-functionality + + + modified files: + ChangeLog docs/CHANGES + + 2006-03-07 08:05:29 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-467 Summary:
--- a/docs/CHANGES Tue Mar 07 07:05:29 2006 +0000 +++ b/docs/CHANGES Tue Mar 07 07:33:15 2006 +0000 @@ -92,6 +92,7 @@ * The superuser now can switch to another user using UserPreferences - nice to help your users when they forgot their password or need other help. You need to logout/relogin to use your own userid afterwards. + This function only works correctly if you use moin_cookie authentication. Thanks to Reimar Bauer. * Add new markup for bulletless lists: just use a "." instead of "*".