I would like to add a validation in the self-registration page. So far, it has client-server side validation, but other fields except username and password do not seem to have server-side validation.
So what I do: 1. Enable self-registration in the Identity Provider - Resident - Account Management Policies - User Self Registration - Enable user self registration 2. Go to Claim - List - Click the local claim - Add Regex in one of the fields . I chose First name and birthdate, and add regex validation. 3. Got to https;//localhost:9443/dashboard. Click register link. The validation applies in the user profile admin page. But for some reason it does not apply in the self-registration page. So I will still be able to add the text that does not meet regex that I input in the birthdate and first name field. My question is how to set up server side validation in the self-registration page? Do we need to modify jsp page to add the server-side validation? Thank you! -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Add-server-side-validation-in-self-registration-page-on-WSO2-identity-server-5-3-tp146990.html Sent from the WSO2 Development mailing list archive at Nabble.com. _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
