When used in production (not with test credentials) and if the username (B02K_CUSTNAME) contains scandinavian letters (like '%E4') Drupal shows an error after TUPAS auth and it is not possible to continue past registration page.

The error shown is:
This value does not match the expected {{ charset }} charset.

Comments

softone created an issue. See original summary.

  • tuutti committed 246f926 on 2882453
    Issue #2882453: Charset issue
    
tuutti’s picture

Good catch! Seems like TUPAS is returning B02K_CUSTNAME in Latin1 charset (rather than utf-8).

  • tuutti committed 246f926 on 8.x-1.x
    Issue #2882453: Charset issue
    
  • tuutti authored f0037b5 on 8.x-1.x
    Merge pull request #8 from tuutti/2882453
    
    Issue #2882453 by softone,...
tuutti’s picture

Status: Active » Fixed

This should be fixed on 8.x-1.x and 8.x-1.0-alpha8 releases.

softone’s picture

Status: Fixed » Closed (fixed)

I can confirm that this has been fixed.