diff --git a/.gitignore b/.gitignore
index cb721c0bf03bdc9112bac0162eadfc60a5f01f0a..418d89cf6d626b3e1e49607ce007fae42eda77cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ artifacts/
 # containerlab
 clab-gosdn*/
 *clab.yml.bak
+dev_env_data/clab/*clab.yaml.bak
 
 # non vimmers
 .vscode/
diff --git a/controller/northbound/server/auth.go b/controller/northbound/server/auth.go
index e7459f7b5ddee7e9b051ff613938f32e4e8b0d50..778d40fb844adc56b55b02e853837c057516c589 100644
--- a/controller/northbound/server/auth.go
+++ b/controller/northbound/server/auth.go
@@ -154,6 +154,7 @@ func (s AuthServer) handleLogout(ctx context.Context, userName string) error {
 			Password: storedUser.GetPassword(),
 			Token:    " ",
 			Salt:     storedUser.GetSalt(),
+			Metadata: storedUser.GetMetadata(),
 		})
 
 		if err != nil {