X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauth.py;h=576ae4d376d6964c7ccb489ee6dd0c179e31439d;hp=dc7c0ff860f79dfa5f57a74a680468cf8ef9a613;hb=ace34903be528e8e10e096d3d059b81df30ddaa9;hpb=c844536bb27c39aa48988284c5a0d7b404930a8a;ds=inline diff --git a/osm_nbi/auth.py b/osm_nbi/auth.py index dc7c0ff..576ae4d 100644 --- a/osm_nbi/auth.py +++ b/osm_nbi/auth.py @@ -314,7 +314,7 @@ class Authenticator: current_token = session.get("token") token_info = self.backend.authenticate( user=indata.get("username"), - password=indata.get("username"), + password=indata.get("password"), token=current_token, project=indata.get("project_id") )