Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Alessandro,
We experienced a similar issue after applying some other patches on version 3.2, but p7 was fine. Portal gets stuck loading at different steps of the login/registration. The same also occurred randomly sometimes with no previous patch ...
The regex pattern in that solution should be optimized as it doesn't allow for hyphens within the email address. Better use this:
<script>
setTimeout(function(){
$.validator.addMethod("customemailvalidator", function(value, element...