This is a rather strange bug.
When your password is numeric and it starts with a zero (ex. 0100), you can omit the first 0.
As long as there are zeroes on the left, you can omit those. So, even if your password is 00000000000000, 0 will be your password.
Probably does not work if the password is 0b00.
You can even add zeroes.