I should have an array of account objects, an account object should be composed by a username and password property e.g:
var account = {
username: '[email protected]',
password: 'UG384'
};
It should be like this, but it is
accounts = ['[email protected]:HAS8324', and so forth]
UG384convert toHAS8324?[email protected]becomes[email protected]as well, I think they are just different random filler text, the author should be a little more consistent though