[% USE JSON; USE Postgresql; USE Whostmgr; USE CpanelDB; WRAPPER 'master_templates/master.tmpl' header = data.header, app_key = data.db_object_type == 'database' ? 'manage_databases' : 'manage_database_users' stylesheets = [ '/css/whm_dynamic_notices.css' ], scripts = [ Whostmgr.find_file_url('/libraries/jquery/current/jquery.min.js'), Whostmgr.find_file_url('/libraries/angularjs/1.4.4/angular.min.js'), Whostmgr.find_file_url('/libraries/angularjs/1.4.4/angular-animate.min.js'), Whostmgr.find_file_url('/libraries/angular-ui-bootstrap/optimized/ui-bootstrap-tpls-1.2.5.min.js') ], theme = 'bootstrap'; PROCESS '_ajaxapp_header.tmpl'; -%] [% PROCESS 'warnings/_mysql_version.tmpl' %] [% IF CpanelDB.use_prefix() %]
[% locale.maketext('[output,strong,Note]: This interface does not enforce database prefixing. It is possible to rename a prefixed name to a non-prefixed name, but the ownership will not change.') %]
[% END %]

{{ filterMsg() }}

[% IF Postgresql.is_configured -%] [% END -%] [% IF Postgresql.is_configured -%] [% END -%]
[% locale.maketext('Name') %] [% locale.maketext('Database Engine') %] [% locale.maketext('Owner') %] [% locale.maketext('Actions') -%]
[% locale.maketext('PostgreSQL uses a user’s name to secure the user’s password internally. As a consequence of this, you must set the user’s password again as part of renaming the user.') %]
{{dbobj.error.name}}
[% locale.maketext('Loading …') %] [% locale.maketext('Strength:') %] {{ dbobj.passwordStrengthStr }}
{{dbobj.error.password}}
[%# NB: This will be obsolete with the next version of Angular Bootstrap UI (post-0.10.0). -%] [% SET lex_path = locale.cpanel_get_lex_path('/usr/local/cpanel/base/cjt/sql.js', '/cjt/sql.js') %] [% IF lex_path %][% END %] [% PROCESS '_ajaxapp_footer.tmpl'; -%] [% END #wrapper -%]