Sam Morris <[email protected]> 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 ([email protected])               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to