[ https://issues.apache.org/jira/browse/SYNCOPE-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13734995#comment-13734995
]
Hudson commented on SYNCOPE-410:
--------------------------------
SUCCESS: Integrated in Syncope-trunk #301 (See [https://builds.apache.org/job/Syncope-trunk/301/])
[SYNCOPE-410] Merge from 1_1_X (ilgrosso: rev 1512372)
* /syncope/trunk
* /syncope/trunk/common/src/main/java/org/apache/syncope/common/types/AccountPolicySpec.java
* /syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/PolicyBeanPanel.java
* /syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/PolicyModalPage.properties
* /syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/PolicyModalPage_it.properties
* /syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/PolicyModalPage_pt_BR.properties
* /syncope/trunk/core/src/main/java/org/apache/syncope/core/policy/AccountPolicyEnforcer.java
* /syncope/trunk/core/src/test/java/org/apache/syncope/core/policy
> Make username pattern configurable via account policy
> -----------------------------------------------------
>
> Key: SYNCOPE-410
> URL: https://issues.apache.org/jira/browse/SYNCOPE-410
> Project: Syncope
> Issue Type: Improvement
> Components: console, core
> Reporter: Guido Wimmel
> Assignee: Francesco Chicchiriccò
> Priority: Minor
> Fix For: 1.1.4, 1.2.0
>
> Attachments: syncopeAccountPolicyPattern.patch
>
>
> Currently, the pattern for allowed usernames in Syncope is fixed to [a-zA-Z0-9-_@. ]+
(see AccountPolicyEnforcer). There are use cases for which this pattern does not fit (e.g.
if one uses email addresses as usernames, e.g. the character '+' is also valid).
> I'd suggest making the username pattern configurable via the account policy. See also
the corresponding discussion on the mailing list starting with [1].
> [1] http://syncope-dev.1063484.n5.nabble.com/AccountPolicyEnforcer-allowed-characters-in-username-td5714080.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|