You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2016/07/06 16:06:11 UTC

[jira] [Resolved] (SYNCOPE-894) Allow international characters in username, group's and any object's names

     [ https://issues.apache.org/jira/browse/SYNCOPE-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò resolved SYNCOPE-894.
--------------------------------------------
    Resolution: Fixed

> Allow international characters in username, group's and any object's names
> --------------------------------------------------------------------------
>
>                 Key: SYNCOPE-894
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-894
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 2.0.0
>
>
> Currently user, group and any object validators are requiring names to be constrained by the {{\w}} [Java regex class|http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html].
> This does not allow to use international characters, including accented.
> By using {code}\p{L}{code} instead, this limit could be easily overcome.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)