掲示板

Not showing the password after successfull creation of the User on the Home

15年前 に Srikanth L Ganji によって更新されました。

Not showing the password after successfull creation of the User on the Home

Junior Member 投稿: 33 参加年月日: 08/09/03 最新の投稿
Hi All,

I have a requirement saying that while creating the user using the create account functionality shouldn't show the password on the home page once the account is created successfully as it send's the password to the email address as given while creating the account.
I have used the below property in the portal-ext.properties file as shown below.
company.security.send.password=false

but even though it is showing me the password after successfull creation of the user.
Is there any other property other than the above one to be placed in the portal-ext.properties file or any adminstrative setting to be done through the control panel.

Any help is appreciated.

Thanks & regards
Srikanth
thumbnail
15年前 に Samuel Kong によって更新されました。

RE: Not showing the password after successfull creation of the User on the

Liferay Legend 投稿: 1902 参加年月日: 08/03/10 最新の投稿
You can use

company.security.strangers.verify=true

This will send the password to the user's email address and will not show the password on the page.