You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The node group to use for registration flows. Previously, the node group for the oidc method's profile fields was `oidc`. Going forward, it will be `default`. This switch can toggle between those two for backwards compatibility and will be removed in the future.",
3248
3254
"default": false,
3249
3255
"type": "boolean"
3256
+
},
3257
+
"disable_verification_hook_auto_injection": {
3258
+
"type": "boolean",
3259
+
"title": "Disable automatic injection of the verification hook",
3260
+
"description": "If true, the verification hook will not be automatically prepended to registration and settings post-persist hooks when verification is enabled. Operators can still explicitly add {\"hook\": \"verification\"} to their after-hooks configuration.",
0 commit comments