I've tried to reset tokens assigned to consumer ID cbe87a5ad356902ee3c376495cb8d4fc secret. That gave access token 4cc161636585720e60a279f353801c10, however:
wikiadmin@10.64.32.198(metawiki)> select oaac_access_token from oauth_accepted_consumer where oaac_consumer_id=(select oarc_id from oauth_registered_consumer where oarc_consumer_key="cbe87a5ad356902ee3c376495cb8d4fc"); +----------------------------------+ | oaac_access_token | +----------------------------------+ | f71b919430e100def2fc8c86e3e75180 | +----------------------------------+ 1 row in set (0.00 sec)
The only possible workaround of this issue is to either get a new consumer, or contact a sysadmin and ask them to get the correct tokens from the DB.