Tres Seaver
2012-03-18 12946e512acaf592db4333440d66625b5fd3d27d
Note userdata anomaly / bug.
1 files modified
1 ■■■■ changed files
repoze/who/plugins/auth_tkt.py 1 ●●●● patch | view | raw | blame | history
repoze/who/plugins/auth_tkt.py
@@ -132,6 +132,7 @@
        if encoding_data:
            encoding, encoder = encoding_data
            who_userid = encoder(who_userid)
            # XXX we are discarding the userdata passed in the identity?
            who_userdata = 'userid_type:%s' % encoding
        
        old_data = (userid, tokens, userdata)