On the user authorization page that lists there authorization the edit and delete links are constructed with the wrong value. The menu hooks expects tid but the key added to the links. So instead of using $token->key, $token->tid should be used in constructing the links.

Comments

jobeirne’s picture

Status: Active » Closed (fixed)

Fixed in recent commits. Thanks for the report.