Fórum

Is it possible to disable the password reminder question?

thumbnail
David García González, modificado 12 Anos atrás.

Is it possible to disable the password reminder question?

Regular Member Postagens: 127 Data de Entrada: 14/07/09 Postagens Recentes
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, modificado 12 Anos atrás.

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

New Member Postagens: 16 Data de Entrada: 01/04/09 Postagens Recentes
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, modificado 12 Anos atrás.

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

Regular Member Postagens: 127 Data de Entrada: 14/07/09 Postagens Recentes
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, modificado 8 Anos atrás.

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

New Member Postagens: 17 Data de Entrada: 19/10/15 Postagens Recentes
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, modificado 8 Anos atrás.

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

Regular Member Postagens: 110 Data de Entrada: 02/01/15 Postagens Recentes
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, modificado 8 Anos atrás.

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

New Member Postagens: 17 Data de Entrada: 19/10/15 Postagens Recentes
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, modificado 8 Anos atrás.

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

Liferay Legend Postagens: 2047 Data de Entrada: 07/10/08 Postagens Recentes
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.