edencehealth / ohdsi-glue

tool to facilitate the setup and ongoing maintenance of OHDSI & EHDEN tool deployments
GNU Lesser General Public License v2.1
0 stars 1 forks source link

enable atlas user password updates #10

Closed actualben closed 1 year ago

actualben commented 1 year ago

A customer requests the ability to change the password for existing users, currently our function ensure_basic_security_user returns immediately if it detects that a user already exists:

https://github.com/edencehealth/ohdsi-glue/blob/fdcd025e6ffc0bad0c9b81a063569209a74a460f/src/glue/util/glue.py#L192