mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user