You can disable Reset password screen that comes on first login after Registration. Use the below steps to hide the Reset password screen:
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 lint in your portal-ext.properties file.
passwords.default.policy.change.required=false
Restart the tomcat server. You will see Reset Password screen will not come on first login after Registration.
0 Comment(s)