Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2734

Cannot create a user with a '+' in its mail

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.2.0
    • 4.1.0
    • None
    • None

      In JdbcUserDirectory (org.ametys.plugins.core.impl.user.directory.JdbcUserDirectory._configureParameter(JdbcParameterParser, String, String)), the validator for email is :

      ^([\\w\\-\\.])+@([\\w\\-\\.])+\\.([a-zA-Z])+$
      

      It should be :

      ^([\\w\\-\\.\\+])+@([\\w\\-\\.])+\\.([a-zA-Z])+$
      

            Unassigned Unassigned
            sprieul Simon Prieul (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: