Foros de discusión

Is it possible to disable the password reminder question?

thumbnail
David García González, modificado hace 12 años.

Is it possible to disable the password reminder question?

Regular Member Mensajes: 127 Fecha de incorporación: 14/07/09 Mensajes recientes
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 hace 12 años.

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

New Member Mensajes: 16 Fecha de incorporación: 1/04/09 Mensajes recientes
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 hace 12 años.

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

Regular Member Mensajes: 127 Fecha de incorporación: 14/07/09 Mensajes recientes
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 hace 8 años.

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

New Member Mensajes: 17 Fecha de incorporación: 19/10/15 Mensajes recientes
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 hace 8 años.

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

Regular Member Mensajes: 110 Fecha de incorporación: 2/01/15 Mensajes recientes
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 hace 8 años.

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

New Member Mensajes: 17 Fecha de incorporación: 19/10/15 Mensajes recientes
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 hace 8 años.

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

Liferay Legend Mensajes: 2047 Fecha de incorporación: 7/10/08 Mensajes recientes
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.