DLApp
No hay servicios que concuerden con ese texto.

/user/update-password

Método HTTP
POST
com.liferay.portal.service.UserServiceUtil#updatePassword

Updates the user's password without tracking or validation of the change.

Parámetros

p_auth String

authentication token used to validate the request

userId long

the primary key of the user

password1 java.lang.String

the user's new password

password2 java.lang.String

the user's new password confirmation

passwordReset boolean

whether the user should be asked to reset their password the next time they log in

Tipo de retorno

com.liferay.portal.model.User

the user

Excepción

com.liferay.portal.kernel.exception.PortalException
if a user with the primary key could not be found or if the current user did not have permission to update the user
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Ejecutar

String long java.lang.String java.lang.String
boolean