By: Sebastian Tusk user 20 Apr 2019 at 8:43 a.m. CDT

3 Responses
Sebastian Tusk gravatar
On user registration email address aaa.bbb+ccc@ddd.com is not accepted. On user registration email address aaa.bbb+ccc@ddd.com should be accepted. This is caused by the regex at https://github.com/GluuFederation/oxTrust/blob/master/server/src/main/java/org/gluu/oxtrust/action/RegisterPersonAction.java#L476 BTW the used regex doesn't accept tons of other valid email addresses.

By Sebastian Tusk user 20 Apr 2019 at 9:04 a.m. CDT

Sebastian Tusk gravatar
The maximum length of email addresses is set to 60 characters. Which is way to short. https://github.com/GluuFederation/oxTrust/blob/157e7cc5c950974de7e5dd73b136640143cddf96/server/src/main/webapp/register.xhtml#L204

By Thomas Gasmyr Mougang staff 27 Apr 2019 at 5:56 p.m. CDT

Thomas Gasmyr Mougang gravatar
We are going to check that. Thanks!

By Thomas Gasmyr Mougang staff 01 May 2019 at 7:41 p.m. CDT

Thomas Gasmyr Mougang gravatar
Fixed