FifiTheBulldog / ios-settings-urls

A collection of iOS Settings URLs
1.39k stars 106 forks source link

Password Options #73

Open andy61i opened 2 months ago

andy61i commented 2 months ago

Hi All!

I am looking for an URL to open Settings > Passwords > Password Options Some password managers like 1password & LastPass can navigate there. What I found in public sources is only App-prefs:PASSWORDS that opens only Settings > Passwords

UPDATE: And also looking for a iOS 18 variant of this to open to open Setting > General > AutoFill & Passwords

mihirwagle commented 2 weeks ago

The following should work for OS Version < 18.0 prefs:root=PASSWORDS&path=PASSWORD_OPTIONS

andy61i commented 2 weeks ago

The following should work for OS Version < 18.0 prefs:root=PASSWORDS&path=PASSWORD_OPTIONS

But it doesn't

keepassium commented 2 weeks ago

We have it working on iOS 17.4 with App-prefs:PASSWORDS&path=PASSWORD_OPTIONS

mihirwagle commented 2 weeks ago

The following should work for OS Version < 18.0 prefs:root=PASSWORDS&path=PASSWORD_OPTIONS

But it doesn't

I was using this successfully in 17.6.1 but it's broken in 18. Curious why it is broken for you in pre 18.0

andy61i commented 2 weeks ago

App-prefs:PASSWORDS&path=PASSWORD_OPTIONS

You are right. Retested and it does work on iOS 17. Thought on iOS 16 it only enters Passwords, not Password Options.

Sanbolee commented 1 week ago

App-prefs:PASSWORDS&path=PASSWORD_OPTIONS

You are right. Retested and it does work on iOS 17. Thought on iOS 16 it only enters Passwords, not Password Options.

Have you found the code on iOS16