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 the pattern
(e.g. allowing the '+' sign).

Maybe this could also be made configurable by extending AccountPolicySpec? (I 
could possibly try and provide a patch)

Cheers,
  Guido

Reply via email to