Creation of a new user without SMTP #426
-
Hey, We are trying to create a new user on one of our old instance on monarc (adminsitrator don't have the possibility to create a temporary password). Also, the previous people in charge of monarc left, so I'm trying to understand how I can get this new user to use the account they created ? I have access to the machine on wich monarc is installed, is there a way to do this directly with a script ? Thanks What I have been trying :
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello, The easiest way of resolving the situation is to upgrade the Monarc version to the latest one. The password setup option is available there for new and existed users. Please follow the upgrade procedure available on the website: https://www.monarc.lu/documentation/technical-guide/#monarc-update. Important note |
Beta Was this translation helpful? Give feedback.
-
You can also change the email of the default user, here. Then, execute again the script which creates the initial user: $ php ./bin/phinx seed:run -c ./module/Monarc/FrontOffice/migrations/phinx.php But the best is really to update your MONARC instance. What is the current version of your MONARC instance ? |
Beta Was this translation helpful? Give feedback.
You can also change the email of the default user, here.
Then, execute again the script which creates the initial user:
But the best is really to update your MONARC instance.
What is the current version of your MONARC instance ?