changeset 6149:724eda38d990

todo: hashed password
author Alain Mazy <am@orthanc.team>
date Mon, 02 Jun 2025 11:33:54 +0200 (2 weeks ago)
parents 933a549de31f
children 73e9d9248cf3
files TODO
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)