掲示板

Is it possible to disable the password reminder question?

thumbnail
12年前 に David García González によって更新されました。

Is it possible to disable the password reminder question?

Regular Member 投稿: 127 参加年月日: 09/07/14 最新の投稿
Hi all!
I wanted to disable the password reminder question that shows every time a user logs in portal for the first time.

I was searching but I did not find any option in portal. I am using Liferay 6.0.5 CE.

Thanks!!
thumbnail
12年前 に Jesus Alberto de los Bueis Fernández によって更新されました。

RE: Is it possible to disable the password reminder question?

New Member 投稿: 16 参加年月日: 09/04/01 最新の投稿
I think you're asking for this property

#
# Set this to true to enable reminder queries that are used to help reset a
# user's password.
#
users.reminder.queries.enabled=true
thumbnail
12年前 に David García González によって更新されました。

RE: Is it possible to disable the password reminder question?

Regular Member 投稿: 127 参加年月日: 09/07/14 最新の投稿
YES, thanks Jesus, I changed the property:

users.reminder.queries.enabled=true 


This link is very useful to consult the properties:

http://www.liferay.com/es/community/wiki/-/wiki/Main/Portal+Properties+6.0.5
thumbnail
8年前 に ganesh thakur によって更新されました。

RE: Is it possible to disable the password reminder question?

New Member 投稿: 17 参加年月日: 15/10/19 最新の投稿
I added this property into my portal-ext.properties file. and restart my tomcat server. Still I am getting same password reminder page after login using LDAP user login credentials.
Can anyone please help me to disable that page and directly login into Liferay portal.
8年前 に Shiva Krishna Goud によって更新されました。

RE: Is it possible to disable the password reminder question?

Regular Member 投稿: 110 参加年月日: 15/01/02 最新の投稿
ganesh thakur:
I added this property into my portal-ext.properties file. and restart my tomcat server. Still I am getting same password reminder page after login using LDAP user login credentials.
Can anyone please help me to disable that page and directly login into Liferay portal.


you update this property users.reminder.queries.enabled to true or false?
thumbnail
8年前 に ganesh thakur によって更新されました。

RE: Is it possible to disable the password reminder question?

New Member 投稿: 17 参加年月日: 15/10/19 最新の投稿
users.reminder.queries.enabled=false
users.reminder.queries.required=false
users.reminder.queries.custom.question.enabled=false

Still i am getting same page after login into Liferay portal.
thumbnail
8年前 に Amos Fong によって更新されました。

RE: Is it possible to disable the password reminder question?

Liferay Legend 投稿: 2047 参加年月日: 08/10/07 最新の投稿
on startup, you'll see a lot of:
Loading .....xxxx.properties

Check all of those files to see if you have it set to true in one of them. Also check control panel > server administration > properties to see if it is actually set to false.