[%# oauth/admin/consumer_regenerate.tt Regenerate the keys on a specific consumer Authors: Andrea Nall Copyright (c) 2013 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. %] [%- sections.title = "Regenerate Consumer Token" -%] [% IF done %]

Name: [% token.name | html %]

Token: [% consumer.token | html %]

Secret: [% consumer.secret | html %]

[ Back ]

[% ELSE %]

Warning: This will unauthorize all current access tokens and create a brand new consumer token/secret pair. Your existing consumer token pair will no longer work.

Name: [% token.name | html %]

[% dw.form_auth %]
[% END %]