留言板

Is it possible to disable the password reminder question?

thumbnail
David García González,修改在12 年前。

Is it possible to disable the password reminder question?

Regular Member 帖子: 127 加入日期: 09-7-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
Jesus Alberto de los Bueis Fernández,修改在12 年前。

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

New Member 帖子: 16 加入日期: 09-4-1 最近的帖子
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
David García González,修改在12 年前。

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

Regular Member 帖子: 127 加入日期: 09-7-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
ganesh thakur,修改在8 年前。

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.
Shiva Krishna Goud,修改在8 年前。

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

Regular Member 帖子: 110 加入日期: 15-1-2 最近的帖子
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
ganesh thakur,修改在8 年前。

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
Amos Fong,修改在8 年前。

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

Liferay Legend 帖子: 2047 加入日期: 08-10-7 最近的帖子
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.