-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Reset expired user's password for user with priviledge to set passwords - link to issue #172 #268
Comments
what exactly is the issue
pls also note you can simply disable password expiration. |
Hi,
The department password seems to be the issue.
We have been reading it from the install.log about 15 times. See attached screenshot.
Best regards,
Anja
|
pls try without the quotes. also note that the $ in "Passw0rd$09" will try to do a variable interpolation. |
did you manage to sort it out? |
Sorry, but the admin user is not available until 11-09. I will send an update asap. Thanks for the hint so far. |
Hi, |
if your department password got lost, you could create another department - the consequence is that you cannot read PII (name, DoB, addresses, ..) of subjects of other departments. but maybe you did not enter these data anyway, as usual for CDMS use. and pls turn off user password expiries in the future :-/
yes you can re-import eCRF setup AND also data.
just export the eCRF data, then take one of the "horizontal" format and import it using the importer job: if you used an ancient phoenix version, ensure the header row (containing the column names) of the horizontal file matches the expected header row of the new phoenix version. |
We installed a new phoenixCTMS Server and will import the data from the old one. Issue can be closed. |
Hi,
We do have the same problem again as in closed issue #172. However, the solution below did not work this time.
Any idea what we can do to reset the admin password?
...
for now it is easiest to create a temporary user (with local authentication), and then use it to change the expired user's password.
so to create such temporary "phoenix1" user (with priviledge to set passwords), log in to the phoenix VM console and run below command (taken from install.sh):
there is also an interactive form of the command:
after logging into the webUI with the phoenix1 user, search&open your expired user, and set a fresh password.
Originally posted by @rkrenn in #172 (comment)
The text was updated successfully, but these errors were encountered: