Foros de discusión

RE User Login for Liferay

thumbnail
Manikantha Rajamani, modificado hace 9 años.

RE User Login for Liferay

Expert Mensajes: 258 Fecha de incorporación: 25/03/14 Mensajes recientes
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, modificado hace 9 años.

RE: RE User Login for Liferay

Liferay Master Mensajes: 549 Fecha de incorporación: 25/06/11 Mensajes recientes
Just go to Control Panel -> Portal Settings, switch to Authentication tab and change the setting How do users authenticate?.
thumbnail
Meera Prince, modificado hace 9 años.

RE: RE User Login for Liferay

Liferay Legend Mensajes: 1111 Fecha de incorporación: 8/02/11 Mensajes recientes
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, modificado hace 9 años.

RE: RE User Login for Liferay

Regular Member Mensajes: 231 Fecha de incorporación: 23/03/11 Mensajes recientes
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