Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Rosetta

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Rosetta
    3. Knowledge Articles
    4. How to add the producer password to the "New Password has been generated" email

    How to add the producer password to the "New Password has been generated" email

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. From:
    2. To:
    • Product: Rosetta
    • Product Version: 5.2

     

    When we update a producer password Rosetta sends en email to the user with the new password.

    If you are not using the OOTB email configuration (available at Home > Deposits > Advanced tools > Email configuration) and you edited the ../xsl/emails/EmailUserNewPasswordIndProd.xsl xsl before the upgrade or installation of SP 5.2 then you will need to add the password to the xsl manually.

    To do that, please follow the steps:

    1. Go to Home > Deposits > Advanced tools > Email configuration

    2. Click "Edit" on the ../xsl/emails/EmailUserNewPasswordIndProd.xsl

    3. In the password section in the xsl change <xsl:value-of select="./password" /> to <xsl:value-of select="//email-data/additional-fields/pass" />

     

    From:
                <tr>
                  <th>
                    <xsl:value-of select="java:getDescription(&apos;UILabels&apos;,$language, &apos;user.email.password&apos;)" />
                  </th>
                  <td colspan="3">
                    <strong>
                      <xsl:value-of select="./password" />
                    </strong>
                  </td>
                </tr>
    

     

    To:
                <tr>
                  <th>
                    <xsl:value-of select="java:getDescription(&apos;UILabels&apos;,$language, &apos;user.email.password&apos;)" />
                  </th>
                  <td colspan="3">
                    <strong>
                      <xsl:value-of select="//email-data/additional-fields/pass" />
                    </strong>
                  </td>
                </tr>
    

     

     


    • Article last edited: 09-Feb-2017
    View article in the Exlibris Knowledge Center
    1. Back to top
      • How to add new Producer Group to the dropdown in Producer details
      • How to add/request to add new file format to Global Format Library
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Content Type
      Knowledge Article
      Language
      English
      Product
      Rosetta
    2. Tags
      1. Prod:Rosetta
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved