myrtille icon indicating copy to clipboard operation
myrtille copied to clipboard

reset admin username and password myrtille

Open arye55 opened this issue 2 years ago • 1 comments

I would like to know how I can reset the username and password of the myrtillL administrator?

arye55 avatar May 21 '23 11:05 arye55

Yes, you need to edit (myrtille install path)\bin\Myrtille.Services.exe.config as follow :

  <!-- if you don't have a domain or don't want to use the enterprise mode (with group access restrictions), you can use the simplified (local admin) hosts management -->
  <!-- comment the lines below to disable it (automatically disabled if using the enterprise mode) -->
  <!-- the default password ("admin") is changed (and encrypted) upon first login; reset if needed -->
  <localAdmin>
    <add key="LocalAdminUser" value="admin" />
    <add key="LocalAdminPassword" value="admin" />
  </localAdmin>

cedrozor avatar Sep 09 '23 16:09 cedrozor