${ util.include('header', [title:'Setup: ' + page.title]) }
<% def q = page.getQuestion('setupUser'); %>

Security of setup.

By default Tigase XMPP Server is configured to allow access to this setup page only user authorized by JID and password listed as admins.

However in rare conditions it may be impossible to access database for authentication. In this case we use separate admin credentials stored in etc/init.properties file.

Please enter username and password you wish to use in this situation. If you leave it blank, setup will be inaccessible without connection to database.


<% q = page.getQuestion('setupPassword'); %>
${ util.include('footer') }