I'm developing an app using the new template in Ria services SL4. The default pass requirement is 7 characters with a sepcial character. I've tried editing the web.config as I used to do in ASP.NET, but it made no difference. I've also tried editing the
USerRegistrationService and RegistrationData.cs. Dos anyone know how to do this? Thanks
After weeks of searching I finally found the solution just after posting. The regular expression has to be changed in BOTH the RegistrationDataExtensions.cs AND the UserRegistrationService. The ValidationErrorResources also needs to be modified to give
the correct messages on error, as does the RegistrationResources.