Feature 11034: Forgot Password in OSM
Change-Id: I7df89b691f994a4bdf089f1a2677ab61f46b6838
Signed-off-by: jegan <jegan.s@tataelxsi.co.in>
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_nbi/admin_topics.py b/osm_nbi/admin_topics.py
index 8ca0b2d..0803ad6 100644
--- a/osm_nbi/admin_topics.py
+++ b/osm_nbi/admin_topics.py
@@ -1036,6 +1036,7 @@
or indata.get("add_projects")
or indata.get("unlock")
or indata.get("renew")
+ or indata.get("email_id")
):
return _id
if indata.get("project_role_mappings") and (
@@ -1201,6 +1202,7 @@
"unlock": indata.get("unlock"),
"renew": indata.get("renew"),
"session_user": session.get("username"),
+ "email_id": indata.get("email_id"),
}
)
data_to_send = {"_id": _id, "changes": indata}