davidofwatkins / ge-cancellation-checker

A PhantomJS script that checks your GOES account for a sooner Global Entry enrollment appointment
173 stars 74 forks source link

Limited password to 12 characters to fix 'Unable to find terms accept… #9

Closed skladany closed 8 years ago

skladany commented 8 years ago

The GE Login page limits passwords to only 12 characters, but phantomjs can get around this limitation, which causes the fatal error "Unable to find terms acceptance button". Limiting the password to 12 characters fixes this issue. (While the GE system appears to accept more than 12 characters, the database only stored the first 12 characters when you signed up.)

davidofwatkins commented 8 years ago

Ah, good catch! Thanks! Merging.