|
Element ''UpdateUserInfo'' |
|
|
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.
See SML Function: UpdateUser().
|