login and Certman AAF Integration changes
[portal.git] / ecomp-portal-FE-os / client / src / directives / search-users / search-users.tpl.html
index 874b2b5..d8a476d 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START==========================================
   ONAP Portal
   ===================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
   ===================================================================
  
   Unless otherwise specified, all software contained herein is licensed
@@ -49,7 +49,7 @@
                               placeholder="Search"
                               ng-model="searchUsers.searchUserString"
                               ng-keyup="$event.keyCode===13 && searchUsersForm.searchString.$valid && searchUsers.searchUsers()"
-                              pattern="[a-zA-Z0-9-'\s]{1,}"
+                              pattern="[a-zA-Z0-9-_'\s]{1,}"
                               maxlength="80"
                               required="true" auto-focus tabindex="0"/>