2011-06-27 35 views

Respuesta

7

El cambio de la dirección de correo electrónico se habilita normalmente de forma predeterminada. Ver esta entrada en portal.properties (o anular en sus portal-ext.properties)

# 
# Input a list of comma delimited user types who can edit their own fields. 
# Valid types are "administrator", "user-with-mx", and "user-without-mx". 
# 
# Set a value of "administrator" if an administrator can edit the specified 
# field. An administrator is anyone who has the Administrator role. 
# 
# Set a value of "user-with-mx" if a user who has an email address that 
# matches the company mail suffix can edit the specified field. 
# 
# Set a value of "user-without-mx" if a user who does not have an email 
# address that matches the company mail suffix can edit the specified field. 
# 
# Set all three values if all users can edit the specified field. Set a 
# combination of the three values if only a combination of the users can 
# edit the specified field. 
# 
field.editable.com.liferay.portal.model.User.screenName=administrator,user-with-mx,user-without-mx 
field.editable.com.liferay.portal.model.User.emailAddress=administrator,user-with-mx,user-without-mx 

Para otros contenidos panel de control: Crear una función personalizada, seleccione "Definir permisos" y en el cuadro de selección en la sección " ControlPanel "encontrará un permiso llamado" Acceso en ControlPanel ". Por supuesto, necesitará los permisos adicionales para las partes a las que también le permite acceder (consulte, por ejemplo, en la sección Contenido del cuadro de selección)

+0

Por alguna razón, tuve problemas con esto, así que solo fui a editar el jsp mismo. Gracias sin embargo. –

+0

Buena explicación Olaf. – suyash

Cuestiones relacionadas