掲示板

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

14年前 に Sanjay Kumar Das によって更新されました。

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

New Member 投稿: 22 参加年月日: 09/03/11 最新の投稿
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
14年前 に Sandeep Nair によって更新されました。

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

Liferay Legend 投稿: 1744 参加年月日: 08/11/06 最新の投稿
Hi,

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

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


Regards,
Sandeep
14年前 に Sanjay Kumar Das によって更新されました。

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

New Member 投稿: 22 参加年月日: 09/03/11 最新の投稿
Hi,

Thanks a lot. It worked for me.

Regards,
Sanjay
thumbnail
9年前 に darren rose によって更新されました。

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

Regular Member 投稿: 215 参加年月日: 15/04/04 最新の投稿
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