Showing posts with label password. Show all posts
Showing posts with label password. Show all posts

Friday, November 27, 2009

iTunes Refuses to Store Your Password?

Does your iTunes program keep 'forgetting' your password. If so, this fix may work for you. Basically, go into your iTunes account via the program (yes, you'll have to put in your password) and click "Reset Warnings" down at the bottom. You can also try Deauthorizing and then Reauthorizing your computer via iTunes, but this didn't work for me.

What seems to have worked for me (in addition to resetting warnings) is to delete the SC Info folder as detailed below.

After iTunes 9.0.1 was released, a number of users were annoyed that the check mark button for saving their password no longer worked. As a result, each purchase or app-upgrade triggers iTunes to prompt for a password.

[From Fix for iTunes 9.0.1 refusing to save your store password | iPhone Atlas - CNET Reviews]
Quit iTunes and any other open applications until only Finder is open.
Choose Go > Go to Folder.
Type /Users/Shared/SC Info and click Go.
If Finder is not already set to column view, set it by choosing View > as Columns.
Select the SC Info folder and move it to the Trash by choosing File > Move to Trash.
Restart the computer and open iTunes.

Authorize your computer to play your purchases. Note: If you have multiple accounts you will need to authorize your computer for each account. For more information on how to authorize your computer, see this article.

[From iTunes repeatedly prompts to authorize computer to play iTunes Store purchases]

Tuesday, December 23, 2008

Be careful out there, Mac users


There's a way around everything. The best thing you can do is to use multiple layers of software and physical security. Make it hard on your would-be thief in every way possible.

Use an Open Firmware Password (yes, I know how that can also be defeated). Use a physical lock on your Apple laptop. Use iSight or some other security software to track your computer BEFORE its data is erased (I'd wager few thieves will understand the Mac the way they do PCs). When you're out and about, turn on every security gizmo in your Mac that you can--screensaver password, disable auto-login, enable timed logout, lock your keychains, etc., etc. Use a firewall when you're not behind a router.

In short, protect your data first and your machine second. Make your Mac a less delectable target.

Reset OS X Password Without an OS X CD | TheAppleBlog:

To reset your OS X password without an OS X CD you need to enter terminal and create a new admin account:

Reboot
Hold apple + s down after you hear the chime.
When you get text prompt enter in these terminal commands to create a brand new admin account (hitting return after each line):
  • mount -uw /
  • rm /var/db/.AppleSetupDone
  • shutdown -h now
After rebooting you should have a brand new admin account. When you login as the new admin you can simply delete the old one and you’re good to go again!

Monday, November 13, 2006

Password Autocomplete Always On!

It's really quite annoying that some web sites circumvent Safari's integrated (very secure) access to encrypted keychains. What I'm specifically referring to is the tactic of preventing your browser from remembering web site login information and entering it the next time for you automatically, provided the keychain itself is unlocked.

It makes sense not to store your login information for banking and credit card sites, but even this doesn't really make much sense if you're a Mac user and enjoy the encrypted goodness of your keychain using Keychain Access--which lets you access tons of password and other critical information with ONE password.

However, certain sites, such as Yahoo, shouldn't have this ridiculous block. It's frustrating and annoying.

There is a way around it in most cases, though I have one particular site I visit that is extremely annoying (http://nextcat.com - is a social networking site) in its method of preventing one from storing login information. All the work-arounds I've looked at so far are ineffective for this site, so they must be using another method of blocking.

Autocomplete Always On! is a little Applescript application that will do some hacking for you of the Webcore engine, allowing you to store login information for MOST sites (except sites like Nextcat). You can handle this hack yourself using the instructions here, but I chose to use the AAO app above. Make sure you back up your Webcore too with the Applescript, just in case (you won't really need to, but I'm a worry-wart).

There are some other methods for doing this, using a Python script run through Pith Helmet's Machete function. One must remember to save the script as a plain text file with the ".py" extension and then make it executable, which can be done simply through the Terminal using instructions here.

But the method described earlier using the AAO Applescript seemed like a quick, global fix for my personal situation.