0

My task is to hide password and verify password fields from Alfresco UI New User Page and hardcode one default password for all the new users. I have already made the custom code such that the new user is receiving the mail with username and random password... How to hide the password and verify password fields? Any suggestion will be helpful... Image of the fields to be disabled

APM
  • 29
  • 1
  • 9

1 Answers1

0

Extend the user profile web-script: org/alfresco/components/profile/userprofile.get.html.ftl. Then add a class "hidden" to these inputs and set their values to your default password.

izodev
  • 135
  • 8