Commit 10f13603 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Default username on login should be "admin".


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@906 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8c45266d
......@@ -50,7 +50,7 @@ To continue:
String server = request.getServerName();
String port = JiveGlobals.getProperty("adminConsole.port");
%>
<a href="http://<%= server %>:<%= port %>/index.jsp">Login to the admin console</a>.
<a href="http://<%= server %>:<%= port %>/login.jsp?username=admin">Login to the admin console</a>.
</li>
</ol>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment