There is Screen name field on Liferay registration form, you can hide that field and make screen name auto-generated.
Use the below steps to make screen name auto-generated on Registration:
If portal-ext.properties is not available then you can manually create portal-ext.properties file into the /tomcat-7.0.42/webapps/ROOT/WEB-INF/classes/ floder of your Liferay Tomcat Bundle.
Write the below lines in your portal-ext.properties file.
users.screen.name.always.autogenerate=true
Restart the tomcat server. You will see Screen name field will not come on Registration form and on registration screen name will be auto-generated.
0 Comment(s)