If the password is going to be the same for each account, then this will
work, right now it will go through each user and apply the password. But
if you also have unique passwords for each account, then a for loop
would be a better option I think. It...