Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error logging in ? #5

Open
dbolser opened this issue Jan 24, 2018 · 0 comments
Open

Error logging in ? #5

dbolser opened this issue Jan 24, 2018 · 0 comments

Comments

@dbolser
Copy link

dbolser commented Jan 24, 2018

There seems to be an error here:
https://github.com/Hello1024/santander-api/blob/master/src/Santander.py#L91-95

I think it's just putting in the first three characters of the password rather than the appropriate numbers. i.e. as far as I can tell it's ignoring the position here:

<span class="positionKey">
	<span class="positions">
		<label for="signPosition1"><strong>3</strong><sup>rd</sup></label>
		<label for="signPosition2"><strong>11</strong><sup>th</sup></label>
		<label for="signPosition3"><strong>13</strong><sup>th</sup></label>
	</span>
	<span class="inputs autotab">
		<span><input type="password" name="signPosition1" tabindex="1" id="signPosition1" maxlength="1" size="1" autocomplete="off"  class="mandatory firstfocus"/></span>
		<span><input type="password" name="signPosition2" tabindex="2" id="signPosition2" maxlength="1" size="1" autocomplete="off"  class="mandatory"/></span>
		<span><input type="password" name="signPosition3" tabindex="3" id="signPosition3" maxlength="1" size="1" autocomplete="off"  class="mandatory"/></span>
	</span>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant