Fórum

How to skip Terms of Use & Password Reminder page while creating new us

Sanjay Kumar Das, modificado 14 Anos atrás.

How to skip Terms of Use & Password Reminder page while creating new us

New Member Postagens: 22 Data de Entrada: 11/03/09 Postagens Recentes
Hi,

I am developping Vaadin portlets using Liferay5.2.3.
Here I am using file system portal.

During log in time of liferay portal I generally read the user data from my database and insert into liferay database.

While creating new user account in liferay, I want to skip the 2nd and 3rd steps of Login process which are Terms of Use page & Password Reminder page.

Is this possible to ignore this 2pages?
How to skip this 2pages, is there any setting needs to be done?


If anybody knows please help me.

Thanks,
Sanjay
thumbnail
Sandeep Nair, modificado 14 Anos atrás.

RE: How to skip Terms of Use & Password Reminder page while creating ne

Liferay Legend Postagens: 1744 Data de Entrada: 06/11/08 Postagens Recentes
Hi,

Please set the following properties in portal-ext.properties.

terms.of.use.required=false
users.reminder.queries.enabled=false


Regards,
Sandeep
Sanjay Kumar Das, modificado 14 Anos atrás.

RE: How to skip Terms of Use & Password Reminder page while creating ne

New Member Postagens: 22 Data de Entrada: 11/03/09 Postagens Recentes
Hi,

Thanks a lot. It worked for me.

Regards,
Sanjay
thumbnail
darren rose, modificado 9 Anos atrás.

RE: How to skip Terms of Use & Password Reminder page while creating ne

Regular Member Postagens: 215 Data de Entrada: 04/04/15 Postagens Recentes
Sanjay Kumar Das:
Hi,

Thanks a lot. It worked for me.

Regards,
Sanjay



Is it possible to specify the following using a script and running the script in the admin console?

company.security.auth.type=screenName
users.screen.name.allow.numeric=true
terms.of.use.required=false
users.reminder.queries.enabled=false