Feature 10914: Enforce Password change on First login
[osm/NBI.git] / osm_nbi / admin_topics.py
index c2767c8..8eccd20 100644 (file)
@@ -1144,6 +1144,7 @@ class UserTopicAuth(UserTopic):
                     "_id": _id,
                     "username": indata.get("username"),
                     "password": indata.get("password"),
+                    "old_password": indata.get("old_password"),
                     "add_project_role_mappings": mappings_to_add,
                     "remove_project_role_mappings": mappings_to_remove,
                 }