掲示板

disable reset password page in liferay 6.2 ga2

7年前 に Heena R によって更新されました。

disable reset password page in liferay 6.2 ga2

New Member 投稿: 21 参加年月日: 16/08/08 最新の投稿
Hi,
In liferay 6.2 to Disable Reset New password page from user Login the following properties were added in portal-ext.properties file.

#To turn off password reset page
passwords.default.policy.change.required=false

but still the new user when he logs in for the first time in liferay can view reset password page and user can reset his password.

if anyone knows the solution how to disable password reset page in liferay 6.2 please share the solution. it would be great help.

thanks in advance
thumbnail
7年前 に Samuel Kong によって更新されました。

RE: disable reset password page in liferay 6.2 ga2

Liferay Legend 投稿: 1902 参加年月日: 08/03/10 最新の投稿
Are you starting with an empty database after adding passwords.default.policy.change.required? This property is used to create the default password policy so it's only used if you're starting a new install. If your database has already been created, you should change this setting in the UI instead.