mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
feat: Add Ask AI to HTTP Request Node (#8917)
This commit is contained in:
@@ -81,7 +81,7 @@ export class PasswordResetController {
|
||||
if (
|
||||
isSamlCurrentAuthenticationMethod() &&
|
||||
!(
|
||||
(user && user.hasGlobalScope('user:resetPassword')) === true ||
|
||||
user?.hasGlobalScope('user:resetPassword') === true ||
|
||||
user?.settings?.allowSSOManualLogin === true
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user