OHDSI / Arachne

Arachne Data Node web application
Apache License 2.0
1 stars 1 forks source link

admin password in datanode.env file is not correctly passed to postgres #24

Closed ablack3 closed 5 months ago

ablack3 commented 6 months ago

The admin password in the datanode.env file is not correctly added the postgres database used by the app. (users table)

It seems to be truncated.

Also would it be better to have the user configure an unencrypted password rather and an encrypted one? If the user is supposed to supply their password after it has been encrypted /hashed then they also need to know the hashing algorithm being used by the app and how to apply this algorithm to their password. Seems easier to just ask them for their password than to ask them for their already encrypted password right?

konstjar commented 5 months ago

Duplicate #28

gorodonoff commented 5 months ago

Fixed by pull request https://github.com/OHDSI/Arachne/pull/39 "password" --> 'password'