<% const body = `

Create New Administrator

Grant administrative access to a new user

${typeof error !== 'undefined' ? `
Error: ${error}
` : ''}
Authority Note: This user will have full administrative privileges over the Luanti server, including the ability to create additional accounts.
${typeof csrfToken !== 'undefined' && csrfToken ? `` : ''}
3-20 characters, letters, numbers, underscore, or hyphen only
At least 8 characters long
Cancel

This user will be able to perform all server management tasks and create additional accounts.

`; %> <%- include('../layout', { body: body, currentPage: 'users', title: title }) %>