<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 15.02.2017 10:57, Dimitris
      Beletsiotis wrote:<br>
    </div>
    <blockquote
      cite="mid:26c8fa00-2a70-8144-cb6b-3b2de2188ec6@gmail.com"
      type="cite">Hello,
      <br>
      <br>
      Despite the documentation that says that we can use $ in "group
      names" the web gui does not allow it, pls see attached.
      <br>
      Is there some option to enable this?
      <br>
      <br>
      Thanks,
      <br>
      Dimitris Beletsiotis
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    Hello,<br>
    <br>
    I checked the code and '$' can be used only as the last character in
    group name, so error message is not quite exact<br>
    <br>
    PATTERN_GROUPUSER_NAME =
    '^[a-zA-Z0-9_.][a-zA-Z0-9_.-]*[a-zA-Z0-9_.$-]?$'<br>
    <br>
    Martin^2<br>
  </body>
</html>