Newbie Question on Password

0
I created an entity and Generated the overview pages. On the new [entity] page, I added a password textbox and connected it to the password entity of the Admin. However, the textbox is not editable. Appreciate anyone’s guidance. Thanks  
asked
1 answers
1

The password attribute is not editable directly from the screen.

You have to make a ‘view object’ (fe. AccountPasswordData) with a string ‘NewPassword’.

When you save this form, use the value from the view object to set the User/Password attribute.

 

This is default behaviour of the Administration Module.

answered