Skip to content

Umlauts being replaced by FILTER_SANITIZE_FULL_SPECIAL_CHARS #234

@goforthanddie

Description

@goforthanddie

Hi there,

when using umlauts like äöü in the fields for first or last name (probably also an issue in other fields, but this is where i noticed it) they are replaced by their corresponding HTML equivalent ä, ö , ü respectively. This ends up in the LDAP and I think it is due to using FILTER_SANITIZE_FULL_SPECIAL_CHARS e.g. here: https://github.com/wheelybird/ldap-user-manager/blob/ce92321285129d34d44ba1babe72b4d09e893a44/www/account_manager/new_user.php#L77 but also in other places.
Is it possible to use FILTER_SANITIZE_SPECIAL_CHARS instead or was there any specific thought why FILTER_SANITIZE_FULL_SPECIAL_CHARS is required?

Thanks

Samy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions