feat(oidc): permit auto/manual oidc account link/unlink

link are checking that email matches, +email alias are normalize into email
if email is already used on another account, link is not possible
not usurpation risk as the IDP is choosen by the admin
This commit is contained in:
Edouard Vanbelle
2026-08-08 17:19:05 +02:00
parent d8b3f2e026
commit e9495a63ad
20 changed files with 1791 additions and 135 deletions
+1 -3
View File
@@ -112,9 +112,7 @@ fn git_status() {
// built this artifact" is load-bearing (release provenance,
// release-note automation).
if env::var("CI").is_ok() {
println!(
"cargo:warning=OxiCloud built with git hash: {git_hash} and branch: {git_branch}"
);
println!("cargo:warning=OxiCloud built with git hash: {git_hash} and branch: {git_branch}");
}
}