Element ''UpdateUserInfo''

Top  Previous  Next

This element can be used to let the users of the web application update their own user information.

The SML Process that exist in element should be executed with the authority of the current user. Therefore it is recommended that you place this element into a page and force the users to login first before accessing to this page. You can do that by defining IS_LOGGED_IN check point in the Access Definition property of the page where this element is placed.

UpdateUserInfoProcessForm

 
This element allows users to change their Full Name and E-mail information. If you plan to maintain more information about a user and if the user is allowed to change this information then you can define more input fields in the ProcessBlock. If that is the case then you should also update the SML Property of the SMLProcess element.

See SML Function: UpdateUser().