留言板

RE User Login for Liferay

thumbnail
Manikantha Rajamani,修改在9 年前。

RE User Login for Liferay

Expert 帖子: 258 加入日期: 14-3-25 最近的帖子
Hi Guys,

By default User Login Authentfication in Liferay is email-address.
I have to change the Login Authentfication from email-address to Screen Name.
How to Achive these...


Thanhs and Regards
Manikantha R
thumbnail
Krzysztof Gołębiowski,修改在9 年前。

RE: RE User Login for Liferay

Liferay Master 帖子: 549 加入日期: 11-6-25 最近的帖子
Just go to Control Panel -> Portal Settings, switch to Authentication tab and change the setting How do users authenticate?.
thumbnail
Meera Prince,修改在9 年前。

RE: RE User Login for Liferay

Liferay Legend 帖子: 1111 加入日期: 11-2-8 最近的帖子
Hi

Krzysztof Gołębiowski said is correct

Another one is drag and drop sigin in portlet in page and go to portlet configuration there you can choose Authentication Type..


Regards,
Meera Prince
venka reddy,修改在9 年前。

RE: RE User Login for Liferay

Regular Member 帖子: 231 加入日期: 11-3-23 最近的帖子
Hi,

We have one more option to change the authentication type for login.

Add the below properties in the portal-ext.properties file so that it will authenticate by screenName.

#
# The portal can authenticate users based on their email address, screen
# name, or user id.
#
#company.security.auth.type=emailAddress
company.security.auth.type=screenName
#company.security.auth.type=userId