diff CHANGES.txt @ 6211:50960479f627

New config-option 'cookie_takes_precedence' .. in the [web] section. This allows sub-logins (e.g. without a password given a specific role) even when a non-cookie login mechanism (like Kerberos) is in use. With that mechanism e.g., a Kerberos ticket will not take precedence over an existing cookie. This might become the default in the future and the new option might go away.
author Ralf Schlatterbeck <rsc@runtux.com>
date Mon, 29 Jun 2020 15:48:04 +0200
parents 74784dd531c8
children a2088da96760
line wrap: on
line diff
--- a/CHANGES.txt	Sun Jun 28 20:57:00 2020 -0400
+++ b/CHANGES.txt	Mon Jun 29 15:48:04 2020 +0200
@@ -57,6 +57,12 @@
   variable. (John Rouillard)
 - New roundup-admin command importtables allows importing just the
   database dump created by exporttables. (John Rouillard)
+- New config-option 'cookie_takes_precedence' in the [web] section. This
+  allows sub-logins (e.g. without a password given a specific role) even
+  when a non-cookie login mechanism (like Kerberos) is in use. With that
+  mechanism e.g., a Kerberos ticket will not take precedence over an
+  existing cookie. This might become the default in the future and the
+  new option might go away.
 
 2020-04-05 2.0.0 beta 0
 

Roundup Issue Tracker: http://roundup-tracker.org/