Hi ,
looking at my Plugin ( Im on Joomla 1.5 and have compared with Jooma 1.6 tables..)
Quote:
UPDATE jos_plugins SET params = 'apiID=1234 signatureKey=XXXXXXXXXXXXXX' WHERE element='yubikey' ( Joomla 1.5 )
I scrubbed the frontend a while back but db still exists so "built" up this based on another Plugin....
Quote:
UPDATE jos_extensions SET params = '{"apiID":"1234","signatureKey":"XXXXXXXXXXXXXX"}' WHERE element='yubikey' ( Joomla 1.6)
Backup ( export via phpmyadmin ) the table first....replace with your own apiid and signature key
Cheers
Stephen