Syncope-trunk - Build # 282 - Failure

2013-08-02 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-trunk (build #282) Status: Failure Check console output at https://builds.apache.org/job/Syncope-trunk/282/ to view the results.

Re: AccountPolicyEnforcer / allowed characters in username

2013-08-02 Thread Fabio Martelli
Hi, I cannot remember any valid reason to keep regexp in object as is. +1 for Guido proposal. Rgds, F. "Francesco Chicchiriccò" ha scritto: >On 02/08/2013 10:22, Guido Wimmel wrote: >> Hi, >> >> is there a specific reason for the particular fixed choice of >characters allowed in Syncope user

Re: AccountPolicyEnforcer / allowed characters in username

2013-08-02 Thread Francesco Chicchiriccò
On 02/08/2013 10:22, Guido Wimmel wrote: Hi, is there a specific reason for the particular fixed choice of characters allowed in Syncope usernames? ( AccountPolicyEnforcer.PATTERN = Pattern.compile("[a-zA-Z0-9-_@. ]+"); ) We use email addresses as usernames, so we had create our own modified

AccountPolicyEnforcer / allowed characters in username

2013-08-02 Thread Guido Wimmel
Hi,   is there a specific reason for the particular fixed choice of characters allowed in Syncope usernames? ( AccountPolicyEnforcer.PATTERN = Pattern.compile("[a-zA-Z0-9-_@. ]+"); ) We use email addresses as usernames, so we had create our own modified copy of AccountPolicyEnforcer to extend t