Rafael Jorge wrote:

> Hi, in the {JAHIA_INSTALATION}/conf/tomcat-users.xml (or find by
> "tomcat-users.xml") have the default users, you can easily update this
> file to add, remove or manage the users...
> 
> Hope this helps
> 
I know this file, here is the default content for my server:

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <role rolename="manager"/>
  <user username="tomcat" password="tomcat" roles="tomcat"/>
  <user username="role1" password="tomcat" roles="role1"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
  <user username="Jahia" password="QtcVEiVYUI" roles="manager"/>
</tomcat-users>

1. There is no admin user...
2. manager is defined without any password, but it doesn't work...
3. jahia password is coded, I don know what to choose...
4. I'm looking for a user with admin or manager roles only, what to do with
others?

Reply via email to