[% PROCESS 'master_templates/_defheader.tmpl' theme="yui" app_key=data.app_key extrastyle = ' .align-div-with-table { margin-left: 120px; padding: 10px 0; } .highlight-section { background: #faebcc; border-radius: 2px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; min-height: 20px; padding: 19px; border: 1px solid #faebcc; } .highlight-section p { margin: 0 0 10px 0; font-weight: bold; } .label-column { width: 120px; text-align: right; } '; -%] [% PROCESS 'warnings/_mysql_version.tmpl' %] [% IF !data.root_user && !data.users.size %]

[% locale.maketext("No users available.") %]

[% ELSE %]
[% IF !data.root_user %] [% ELSE %] [% END %]
[% locale.maketext('MySQL User:') %]
[% locale.maketext('Password:') %]
[% locale.maketext('Password (again):') %]
[% locale.maketext('Strength') %] ( ): [%# width changed to 156px to match the text fields above and account for the padding and border size of those fields %]
[% IF data.root_user && data.defined('using_remote_host') && data.using_remote_host %]

[% locale.maketext('You are currently using a remote [asis,MySQL] server. Which server’s password do you want to change?') %]

[% END %]
[% IF data.root_user %]

[% locale.maketext('[output,strong,Note]: By default, the [asis,MySQL] root password is set to a random string. You should set this to something that is very hard to guess. You do not need to remember this password unless you plan to connect manually to [asis,MySQL] as the root user.') %]

[% END %]
[% END %] [% PROCESS 'master_templates/_deffooter.tmpl' theme="yui" %]