Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Getting message: bookmarkable-user-auth

  • 1 reply
  • 222 have this problem
  • 3 views
  • Last reply by radio

more options

After installing 3.6.10, I have gotten a message that states "bookmarkable-user-auth" after http:localhost:60987

After installing 3.6.10, I have gotten a message that states "bookmarkable-user-auth" after http:localhost:60987

All Replies (1)

more options

Caused by Bindwood extension to enable UbuntuOne sharing bookmarks (maybe linked with proxy settings?).


As Douglas Baigrie said here: To obtain the username and password for your local couch db (which is where the bookmarks are stored with Bindwood) execute the following command as your normal user account:

awk '/localhost/{split($3, parts, ":"); print "Username: " substr(parts[2],3); print "Password: " substr(parts[3], 0, index(parts[3], "@")-1)}' ~/.local/share/desktop-couch/couchdb.html"