X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fadmin_topics.py;h=8eccd20c72c1651e469a6907473c3f448b765a53;hb=8bf978ed8d25bfdc9fe91033b57555946fef8e36;hp=c2767c815ec5ba294108eb100325a595a859f40d;hpb=c26740a54b2b1acf5663aab0b2c4753b9949504c;p=osm%2FNBI.git diff --git a/osm_nbi/admin_topics.py b/osm_nbi/admin_topics.py index c2767c8..8eccd20 100644 --- a/osm_nbi/admin_topics.py +++ b/osm_nbi/admin_topics.py @@ -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, }