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:
@@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user