<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288486#M241616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;div class="field-row hidden"&amp;gt;&lt;BR /&gt; &amp;lt;span class="crud-label"&amp;gt;${msg("bel.password")}:&amp;nbsp;*&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="field-row hidden"&amp;gt;&lt;BR /&gt; &amp;lt;input class="crud-input" id="${el}-create-password" type="password" maxlength="100" value="myDummyPassword" /&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="field-row hidden"&amp;gt;&lt;BR /&gt; &amp;lt;span class="crud-label"&amp;gt;${msg("label.rifypassword")}:&amp;nbsp;*&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="field-row hidden"&amp;gt;&lt;BR /&gt; &amp;lt;input class="crud-input" id="${el}-create-verifypassword" type="password" maxlength="100" value="myDummyPassword" /&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 12:04:19 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2016-11-17T12:04:19Z</dc:date>
    <item>
      <title>Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288481#M241611</link>
      <description>Hi,My task is to hide password and verify password fields from Alfresco UI New User Page and hardcode one default password for all the new users. I have already made the custom code such that the new user is receiving the mail with username and random password...How to hide the&amp;nbsp;password and verify p</description>
      <pubDate>Thu, 17 Nov 2016 08:08:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288481#M241611</guid>
      <dc:creator>anky_p</dc:creator>
      <dc:date>2016-11-17T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288482#M241612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not something Alfresco ever considered people might want to customize, so this is something rather hard to customize. The simplest / easiest option in this case might just be to override the users.get.html.ftl template via the web-extension folder and change the HTML markup of the create user form, i.e. apply the CSS class "hidden" to the field rows of the fields you want to suppress and set the value on the password inputs to your default password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 08:53:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288482#M241612</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-11-17T08:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288483#M241613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this correct?? This is to hide the password. Where shall I set the value say 'xyz' as default password?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div class="field-row"&amp;gt;&lt;BR /&gt; &amp;lt;span class="crud-label"&amp;gt;${msg("bel.password")}:&amp;nbsp;*&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="field-row"&amp;gt;&lt;BR /&gt; &amp;lt;input class="crud-input" id="${el}-create-password" type="hidden" maxlength="100" /&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="field-row"&amp;gt;&lt;BR /&gt; &amp;lt;span class="crud-label"&amp;gt;${msg("label.rifypassword")}:&amp;nbsp;*&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="field-row"&amp;gt;&lt;BR /&gt; &amp;lt;input class="crud-input" id="${el}-create-verifypassword" type="hidden" maxlength="100" /&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 09:59:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288483#M241613</guid>
      <dc:creator>anky_p</dc:creator>
      <dc:date>2016-11-17T09:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288484#M241614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No - the inputs are missing the default value you talked about and I said the "hidden" class should be added to the field rows, not the input elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:01:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288484#M241614</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-11-17T10:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288485#M241615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply, but I am not able to proceed accordingly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 11:58:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288485#M241615</guid>
      <dc:creator>anky_p</dc:creator>
      <dc:date>2016-11-17T11:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288486#M241616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;div class="field-row hidden"&amp;gt;&lt;BR /&gt; &amp;lt;span class="crud-label"&amp;gt;${msg("bel.password")}:&amp;nbsp;*&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="field-row hidden"&amp;gt;&lt;BR /&gt; &amp;lt;input class="crud-input" id="${el}-create-password" type="password" maxlength="100" value="myDummyPassword" /&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="field-row hidden"&amp;gt;&lt;BR /&gt; &amp;lt;span class="crud-label"&amp;gt;${msg("label.rifypassword")}:&amp;nbsp;*&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div class="field-row hidden"&amp;gt;&lt;BR /&gt; &amp;lt;input class="crud-input" id="${el}-create-verifypassword" type="password" maxlength="100" value="myDummyPassword" /&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:04:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288486#M241616</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-11-17T12:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288487#M241617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried the same thing....Still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:19:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288487#M241617</guid>
      <dc:creator>anky_p</dc:creator>
      <dc:date>2016-11-17T12:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288488#M241618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have saved the file here:&lt;/P&gt;&lt;P&gt;src/main/amp/config/alfresco/site-webscripts/org/alfresco/components/console/usergroups/users.get.html.ftl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:21:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288488#M241618</guid>
      <dc:creator>anky_p</dc:creator>
      <dc:date>2016-11-17T12:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288489#M241619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Axel is right but additionally you have to remove or comment the following lines in user.js file which is located at "\tomcat\webapps\share\components\console\users.js" as follows&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;fnClearEl&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"-create-password"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token function"&gt;fnClearEl&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"-create-verifypassword"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:29:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288489#M241619</guid>
      <dc:creator>kalpesh_c2</dc:creator>
      <dc:date>2016-11-17T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288490#M241620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even this is not working....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 13:01:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288490#M241620</guid>
      <dc:creator>anky_p</dc:creator>
      <dc:date>2016-11-17T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288491#M241621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;share/src/main/amp/web/components/console/users.js&lt;/P&gt;&lt;P&gt;share/src/main/amp/config/alfresco/web-extension/components/console/usergroups/users.get.html.ftl&lt;/P&gt;&lt;P&gt;Please let me know whether the location is wrong, As I have been making all the mentioned changes in the above files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 13:03:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288491#M241621</guid>
      <dc:creator>anky_p</dc:creator>
      <dc:date>2016-11-17T13:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide password and confirm password buttons from Alfresco UI New User Page and hardcode one default password for all the new users.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288492#M241622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your folder structure to override&amp;nbsp;&lt;SPAN&gt;"users.get.html.ftl" is little incorrect. In order to o&lt;/SPAN&gt;verride "users.get.html.ftl" place it at&lt;/P&gt;&lt;P&gt;src\main\amp\config\alfresco\web-extension\site-webscripts\org\alfresco\components\console\usersgroups\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: You have also made &lt;STRONG&gt;usergroups&amp;nbsp;&lt;/STRONG&gt;instead of &lt;STRONG&gt;usersgroups&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 14:34:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hide-password-and-confirm-password-buttons-from-alfresco-ui-new/m-p/288492#M241622</guid>
      <dc:creator>kalpesh_c2</dc:creator>
      <dc:date>2016-11-17T14:34:02Z</dc:date>
    </item>
  </channel>
</rss>

