This is a staging forum for AgileBits, not an official support forum. Visit http://discussions.agilebits.com instead.

Can't get started with "I am a new user".

Just bought 1Password from the MAS and I cannot create a new user profile. I start the app, click on "I am a new user", fill in the master password and the password hint and then nothing happens when I click on "next"... What is the problem?

Comments

  • Ah just fixed this by typing this into the terminal:



    [quote]chmod -RN /var/db/launchd.db/com.apple.launchd.peruser.$UID/overrides.plist[/quote]
  • khad
    khad Social Choreographer
    Thanks for updating the thread, sp_ce. There is a bug we have reported to Apple which affects a small number of users.



    For anyone else coming across this, please use this very slightly different Terminal command which produces the same positive result for most folks but is a bit more robust:



    [CODE]chmod -N /var/db/launchd.db/com.apple.launchd.peruser.`id -u`/overrides.plist[/CODE]