Foren

how do i restrict users from changing the display image on my account?

sagar limbu, geändert vor 6 Jahren.

how do i restrict users from changing the display image on my account?

New Member Beiträge: 5 Beitrittsdatum: 04.04.17 Neueste Beiträge
I am using liferay 6.1.1.
whenever user access my account page it displays details, passwords etc.
on my details page i want to restrict the image uploading input field so that user won't be able to change it. how can i do that?
thumbnail
Samuel Kong, geändert vor 6 Jahren.

RE: how do i restrict users from changing the display image on my account?

Liferay Legend Beiträge: 1902 Beitrittsdatum: 10.03.08 Neueste Beiträge
My suggestion is to take a look at the portal property:
field.editable.com.liferay.portal.model.User.screenName
field.editable.com.liferay.portal.model.User.emailAddress

and apply this model to the profile image.
sagar limbu, geändert vor 6 Jahren.

RE: how do i restrict users from changing the display image on my account?

New Member Beiträge: 5 Beitrittsdatum: 04.04.17 Neueste Beiträge
there is no any field called image in USER_ table.