← Home

Sign in

Saved credentials appear automatically on iOS.

Why Save Dialog Wasn't Appearing — Fixed Here
✗ Old: e.preventDefault() → iOS never saw the POST
✓ Fix: onclick="return validateLogin()" returns true for native POST
✓ Fix: autocomplete="username" + "current-password"
✓ Fix: type="password" never changes (eye uses CSS trick)

Set new password

iOS will offer to save — and even generate — your new password.

Keychain will save the new password under this account.
New Password iOS Save Checklist
autocomplete="new-password" on both fields
✓ Hidden autocomplete="username" field links account
✓ Both fields must match before iOS shows Save sheet
onclick returns true → native POST → iCloud Keychain saves ✅