jschyma / open_fints_js_client

FinTS/HBCI Javascript Client
Apache License 2.0
134 stars 44 forks source link

PIN does not support special characters #27

Open deyhle opened 7 years ago

deyhle commented 7 years ago

When having a PIN with special characters (e.g. German Umlauts äüö), which is normally allowed by the Banks, the connection fails (Error: "Nachricht enthält Fehler", tested with DKB). After changing the PIN to an ascii-alphanumeric one, it works.

jostang commented 6 years ago

I had the same problem. My pull request #40 fixes it.