Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

106737: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
      106687: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3)
         106542: MNT-10629: Added a restriction to the admin password to accept only ascii symbols.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@106797 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-06-23 07:07:28 +00:00
parent 856d3aa97c
commit a561d37651

View File

@@ -107,6 +107,12 @@
</regExMatch>
</ruleList>
</throwError>
<throwError>
<text>Password must not contain non-ascii characters</text>
<ruleList>
<stringTest text="${alfresco_admin_password}" type="not_ascii" />
</ruleList>
</throwError>
</validationActionList>
</passwordParameter>