add expiration to user and group shares (#5389)

This commit is contained in:
David Christofas
2023-01-12 17:26:06 +01:00
committed by GitHub
parent b0cd8779a7
commit 958ba28db3
5 changed files with 21 additions and 7 deletions
@@ -247,6 +247,9 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
"version": "1.0.0",
},
},
"expire_date": map[string]interface{}{
"enabled": true,
},
},
"user_enumeration": map[string]interface{}{
"enabled": true,