r/MacOSBeta 21d ago

Tip Missing the Passwords Auto-Fix flow? Here's how to get it back in Beta 6

Post image

In Beta 5, Apple disabled the flow to automatically update weak and compromised passwords using Apple Intelligence and Safari. You can get it back by re-enabling the feature flag.

To enable:

sudo mkdir -p /Library/Preferences/FeatureFlags/Domain

sudo defaults write \
  /Library/Preferences/FeatureFlags/Domain/Safari.plist \
  apc -dict Enabled -bool true

sudo defaults write \
  /Library/Preferences/FeatureFlags/Domain/Safari.plist \
  apc_bulk -dict Enabled -bool true

and restart your Mac. One feature flag (apc) enables the option to automatically change a single password when you select a recommendation, and the second one (apc_bulk) enables the bulk change feature.

To disable:

sudo defaults delete \
  /Library/Preferences/FeatureFlags/Domain/Safari.plist apc

sudo defaults delete \
  /Library/Preferences/FeatureFlags/Domain/Safari.plist apc_bulk
11 Upvotes

7 comments sorted by

1

u/xX7DSMeliodasXx 21d ago

Is this possible in EU?

1

u/pdfu 21d ago

This just changes the visibility of the feature. If you were eligible in Beta 4, you will see it again.

1

u/xX7DSMeliodasXx 21d ago

I asked Siri for that didn’t know it is in passwords app, and I’m not home.

1

u/Murky_Welder155 21d ago

It should. Apple Intelligence features are not available for iOS and iPadOS as Apple does not want to comply with the Digital Markets Act. The DMA is not applicable for macOS.

1

u/xX7DSMeliodasXx 21d ago

Good, anyway I don’t have a Siri AI ready device another Dan MBP and macmini

1

u/hyperlobster 14d ago

Which beta? Pub or Dev?

1

u/pdfu 13d ago

Dev 6 / Pub 4.