We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently user.profile is only modifiable via Java API. Developers have to manually write Java handler to manipulate the user's profile.
modifyUser method should be able to modify profile, like it can modify displayName and email
The text was updated successfully, but these errors were encountered:
This is an example where in order to modify profie developer has to write Java handlers enonic/app-users#1736
Sorry, something went wrong.
There is a method modifyProfile already
anatol-sialitski
No branches or pull requests
Currently user.profile is only modifiable via Java API. Developers have to manually write Java handler to manipulate the user's profile.
modifyUser method should be able to modify profile, like it can modify displayName and email
The text was updated successfully, but these errors were encountered: