掲示板

RE User Login for Liferay

thumbnail
9年前 に Manikantha Rajamani によって更新されました。

RE User Login for Liferay

Expert 投稿: 258 参加年月日: 14/03/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
9年前 に Krzysztof Gołębiowski によって更新されました。

RE: RE User Login for Liferay

Liferay Master 投稿: 549 参加年月日: 11/06/25 最新の投稿
Just go to Control Panel -> Portal Settings, switch to Authentication tab and change the setting How do users authenticate?.
thumbnail
9年前 に Meera Prince によって更新されました。

RE: RE User Login for Liferay

Liferay Legend 投稿: 1111 参加年月日: 11/02/08 最新の投稿
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
9年前 に venka reddy によって更新されました。

RE: RE User Login for Liferay

Regular Member 投稿: 231 参加年月日: 11/03/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