FlyerTalk Forums - View Single Post - AwardWallet
Thread: AwardWallet
View Single Post
Old Apr 13, 2011 | 10:33 am
  #256  
unavaca
10 Countries Visited
20 Countries Visited
30 Countries Visited
15 Years on Site
 
Join Date: Jun 2007
Location: YVR SFO
Programs: UA G
Posts: 4,868
HOWTO: Backup your locally-saved AwardWallet.com passwords

So I save my awardwallet.com passwords locally, but I rue the day I have to re-enter all of those passwords.

You can backup your locally-saved passwords by going to your account listing page on AwardWallet.com and pasting this URL into the address bar:
Code:
javascript:var a = document.cookie.split(';'); for(var i in a) { var b = a[i].split('='); if(b[0].replace(/^\s+|\s+$/g, '') == "AP") document.writeln(escape(a[i].substr(4))); }
You should get back a single line of text that begins with the letter "a". This is a list of your accounts with their encoded passwords. Save this line.

If you ever want to restore your passwords to AwardWallet, login to get to your list of accounts and paste the following line into your address bar. Replace the red passwordLine with the blob of text you saved above.

Code:
javascript:document.cookie="AP=passwordLine; path=/account/; expires=Sun, 23-Aug-2037 4:42:42 GMT; secure"
You should now be able to update your accounts using your locally-saved passwords.
unavaca is offline