Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reset admin username and password myrtille #373

Open
arye55 opened this issue May 21, 2023 · 1 comment
Open

reset admin username and password myrtille #373

arye55 opened this issue May 21, 2023 · 1 comment

Comments

@arye55
Copy link

arye55 commented May 21, 2023

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

@cedrozor
Copy link
Owner

cedrozor commented Sep 9, 2023

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants