Forums de discussion

RE User Login for Liferay

thumbnail
Manikantha Rajamani, modifié il y a 9 années.

RE User Login for Liferay

Expert Publications: 258 Date d'inscription: 25/03/14 Publications récentes
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, modifié il y a 9 années.

RE: RE User Login for Liferay

Liferay Master Publications: 549 Date d'inscription: 25/06/11 Publications récentes
Just go to Control Panel -> Portal Settings, switch to Authentication tab and change the setting How do users authenticate?.
thumbnail
Meera Prince, modifié il y a 9 années.

RE: RE User Login for Liferay

Liferay Legend Publications: 1111 Date d'inscription: 08/02/11 Publications récentes
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, modifié il y a 9 années.

RE: RE User Login for Liferay

Regular Member Publications: 231 Date d'inscription: 23/03/11 Publications récentes
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