Sam Morris <s...@robots.org.uk> writes: > I found that the following message appeared whenever I logged into a > site using WebAuth:
> If you continue to this website, you will grant it permission to > obtain the following credentials on your behalf: > The template tries to only display this message if credentials are being > delegated by using the following guard: > [% IF token_rights %] > Even though token_rights is empty, it still appears to evaluate to true. > I changed it to the following instead: > [% IF token_rights.size %] > And now the message is gone. Good catch! Thank you. This just missed the 4.1.0 release, but the fix will be in the next release. -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org