By: Praveen Srinivasan user 24 Mar 2022 at 9:36 a.m. CDT

1 Response
Praveen Srinivasan gravatar
Hi Team, I am planning to implement attribute validation. I have added the below regEx in email field. `^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$` Along with above regex pattern, I have added minumum length as 5. But no validation is happening on the page. When I login as user and I try to update my profile with empty email value, it is still updating. Did I miss anything? Or please guide me what do I need to do? I've already raised the ticket (https://support.gluu.org/customization/9481/gluu-attribute-validation-not-working/) but it seems it is not resolved with this version also. GLUU 4.3 release notes has https://github.com/GluuFederation/oxTrust/issues/2054 but seems issue is still persist. Note: This is happening for all the fields (not only email).

By Michael Schwartz Account Admin 24 Mar 2022 at 9:45 a.m. CDT

Michael Schwartz gravatar
I re-opened the issue on Github https://github.com/GluuFederation/oxTrust/issues/2054 for testing