Aras Innovator Platform

Aras Innovator Login Page

Although the session context has not been determined prior to logging into Aras Innovator it is still possible to have the Login Screen localized for the user.

Figure 1.

The text fields of the Aras Innovator login page are being pulled from the ui_Resources.xml file that can be located in the \\Innovator\Client\xml.ja folder of your Aras Innovator code tree. In this file, you will find the following section that contains the UI resources that populate the login page.

<!-- +++++ Client/Scripts/login.aspx +++++ -->
                                            

  <resource key="login.login_page_title_sfx" value="Login"/>

  <resource key="login.login_name_html" value="Login Name:&nbsp;"/>

  <resource key="login.pwd_html" value="Password:&nbsp;"/>

  <resource key="login.db_html" value="Database:&nbsp;"/>

  <resource key="login.server_html" value="Server:&nbsp;"/>

  <resource key="login.cookies_are_disabled_msg_html" value="Please confirm that cookies are enabled in <br>your browser before to login to Innovator."/>

  <resource key="login.enter_login_name_status_msg" value="Enter Login Name"/>

  <resource key="login.enter_pwd_status_msg" value="Enter Password"/>

  <resource key="login.selected_base_status_msg" value="Selected base:"/>

  <resource key="login.missing_login_name_wrn" value="Missing Login Name."/>

  <resource key="login.missing_pwd_wrn" value="Missing Password."/>

  <resource key="login.missing_db_wrn" value="Missing Database."/>

  <resource key="login.version_html" value="Version:"/>

  <resource key="login.build_html" value="Build:"/>

  <resource key="login.bookmark_this_page_txt" value="Bookmark this page"/>

  <resource key="login.bookmark_this_page_txt2" value="Bookmark this page..."/>

  <resource key="login.login_btn_label" value="Login"/>

  <resource key="login.cancel_btn_label" value="Cancel"/>

   <!--       Client/Scripts/login.aspx       -->

The values highlighted in yellow above control what is displayed on the Login Page along with any messages that may pop up. After translating these values save the ui_Resources.xml file and verify the login page adheres to your changes.

Figure 2.