[%# Variables passed in: origin - the system component from which the request originated ip_address - the IP address from which the request originated ip_address_is_public - whether the “ip_address” is public (i.e., not a loopback, private, &c.) reverse_dns_hostnames - arrayref of whatever a reverse DNS lookup returned, if successful country_name - the name of the country that GeoIP reports is where the IP address’s computer is country_code - the two-letter country code of the “country_name” country_lookup_error - whatever error may have prevented getting a “country_name” ip - ip for the created account useip - if assigned a dedicated ip. displays as 'y/n' has_cgi - if CGI access is allowed. displays as 'y/n' user - username for account created user_domain - domain for the account created password - plain text password for account created - may not always be displayed cpanel_mod - what theme the user sees. ex: 'x3' or 'paper_lantern' home_root - the user's home directory root quota - the disk quota in bytes. will be 'unlimited' for unlimited. nameservers - the name servers assigned to the user contact_email - the contact email for the user package - what was assigned to the user on account creation feature_list - what was assigned to the user on account creation locale - the localization code for the user. ex: 'en' for English env_remote_user - the account that created this one. env_user - user roll action was performed as(ex: root if has root privileges ) sent_to_root - A default boolean flag sent to all templates that indicates if the message was sent to 'root' For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates -%] [% PROCESS "include/colors.tmpl"; PROCESS "include/styles.tmpl"; WRAPPER 'wrapper/main.html.tmpl'; NOTICE.email_reason = CPANEL.locale.maketext('New Account created.'); %] [% IF NOTICE.useip == "y" %] [% NOTICE.ip_type = CPANEL.locale.maketext('Dedicated'); %] [% ELSE %] [% NOTICE.ip_type = CPANEL.locale.maketext('Shared'); %] [% END %] [% IF NOTICE.has_cgi == "y" %] [% NOTICE.cgi_support = CPANEL.locale.maketext('Enabled'); %] [% ELSE %] [% NOTICE.cgi_support = CPANEL.locale.maketext('Disabled'); %] [% END %] [% IF NOTICE.quota == "unlimited" %] [% NOTICE.quota_formatted = CPANEL.locale.maketext('Unlimited'); %] [% ELSE %] [% NOTICE.quota_formatted = CPANEL.locale.maketext('[format_bytes,_1]', NOTICE.quota * 1024 * 1024); %] [% END %] [% FOREACH nameserver IN NOTICE.nameservers %] [% IF nameserver.length %] [% END %] [% END %]
[% CPANEL.locale.maketext('Domain'); %]: [% NOTICE.user_domain %]
[% CPANEL.locale.maketext('[output,abbr,IP,Internet Protocol] Address'); %]: [% NOTICE.ip %] ([% NOTICE.ip_type %])
[% CPANEL.locale.maketext('[output,abbr,CGI,Common Gateway Interface] Access'); %]: [% NOTICE.cgi_support %]
[% CPANEL.locale.maketext('Username'); %]: [% NOTICE.user %]
[% CPANEL.locale.maketext('Password'); %]: [% NOTICE.password %]
[% CPANEL.locale.maketext('[asis,cPanel] Theme'); %]: [% NOTICE.cpanel_mod %]
[% CPANEL.locale.maketext('Home Directory Root'); %]: [% NOTICE.home_root %]
[% CPANEL.locale.maketext('Quota'); %]: [% NOTICE.quota_formatted %]
[% CPANEL.locale.maketext('Name Server [_1]', loop.count); %]: [% nameserver %]
[% CPANEL.locale.maketext('Contact Email'); %]: [% NOTICE.contact_email %]
[% CPANEL.locale.maketext('Package'); %]: [% NOTICE.cpanel_package %]
[% CPANEL.locale.maketext('Feature List'); %]: [% NOTICE.feature_list %]
[% CPANEL.locale.maketext('Locale'); %]: [% NOTICE.locale %]

[% CPANEL.locale.maketext('“[_1]” set up the account.', NOTICE.env_remote_user.html() ); %]

[% END %]