Change Password Command

ENOVIA Business Process Services installs a command object, called AEFChangePasswordToolbar, that represents the Change Password tool.

This command is assigned to the Tools menu, which is assigned to the My Tools menu, which is assigned to the AEFGlobalToolbar menu. The Change Password command calls emxChangePassword.jsp, which lets users change their own password. The page displays in a popup window. Before making the password change, the page checks to make sure the current password the user enters is correct and makes sure the new password and verify new password entries are the same.

The tables below describe the parameters and settings used to implement the Change Password command. For details on configuring global toolbar tools, see Global Toolbar Menu.

Parameter/Setting Description Installed Input Values

href

The JSP that implements the Change Password page.

emxChangePassword.jsp

Alt

The internationalization string ID to display as mouse over text.

emxNavigator.UIMenu.ChangePassword

Access

Defines who can access the tool.

All

Setting Description Installed Input Values

Help Marker

Specifies the name of the help marker to call for context-sensitive help.

String

The naming convention for help markers is "emxhelp" followed by the object or feature and then the action, for example, emxhelproutecreate and emxhelpprojectedit. The marker is all lowercase with no spaces.

*Registered Suite

The application the command belongs to. The system looks for image and JSP files in the directory associated with the application. Internationalization details are also obtained based on the Registered Suite.

Framework

Target Location

The frame or window the page should display in. By default, the page displays in a slidein frame. The target location can be changed to any specific existing frame name to display it in that frame.

slidein

The window is modal.

Image

The image displayed on the tool.

buttonToolbarPassword.gif

*Required Setting