# HG changeset patch # User Alain Mazy # Date 1748856834 -7200 # Node ID 724eda38d9902f84aed9ddc3b4f2bd3b5b90b82f # Parent 933a549de31fa29fdc9c6115bc0dd3fff730eac7 todo: hashed password diff -r 933a549de31f -r 724eda38d990 TODO --- a/TODO Mon Jun 02 11:31:00 2025 +0200 +++ b/TODO Mon Jun 02 11:33:54 2025 +0200 @@ -74,6 +74,12 @@ * Allow saving PrivateTags in ExtraMainDicomTags. Note: they can actually be stored but they then appear as "Unknown Tag & Data" in the responses. If we try to add the PrivateCreator in the ExtraMainDicomTags, then, the DICOMWeb plugin fails to initialize because the private tags are not known. +* Support hashed passwords in RegisteredUsers. E.g: + "RegisteredUsers": { + "admin": { + "Password": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", + "Hashing": "sha1"} } + ============================ Documentation (Orthanc Book)