[%
USE Whostmgr;
USE JSON;
SET stylesheet_includes = [
Whostmgr.find_file_url('/templates/api_tokens/index.css')
];
IF locale.get_html_dir_attr() == 'rtl';
stylesheet_includes.unshift(Whostmgr.find_file_url('/styles/bootstrap_rtl_offsets.min.css'));
END;
SET PAGE_BASE = '/scripts7/apitokens/';
WRAPPER 'master_templates/master.tmpl'
app_key = 'api_tokens'
header = locale.maketext('Manage [asis,API] Tokens'),
breadcrumburl = PAGE_BASE
base = PAGE_BASE
stylesheets = stylesheet_includes
CJT2_EXCLUSIVE = 0
theme = 'bootstrap';
%]
[% locale.maketext("[asis,API] tokens allow you to log in to your server without the need for a password. You can use an [asis,API] token to authenticate with [asis,WHM]’s remote [asis,API]. If you use a remote billing solution, you will need to set up an [asis,API] token on all of your [asis,cPanel amp() WHM] servers. For more information, read our [output,url,_1,documentation,target,_2].", "//go.cpanel.net/ManageAPITokens", "_blank") %]
[% PROCESS 'master_templates/cjt2_header_include.tt' %]
[% END %]