-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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>
Metadata
Metadata
Assignees
Labels
No labels