From 6f01a8756fe38c0d6565c369005142adda4b9b57 Mon Sep 17 00:00:00 2001 From: “shentao” Date: Thu, 26 Jan 2017 16:19:00 +0800 Subject: rebuild GUI structure(only changed modules' name) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-id : CLIENT-14 Change-Id: Ie4fa30f1a51393576fbdc68e12d810565cbf06eb Signed-off-by: “shentao” --- .../src/main/webapp/user/createUser.html | 141 --------------------- 1 file changed, 141 deletions(-) delete mode 100644 openo-portal/portal-auth/src/main/webapp/user/createUser.html (limited to 'openo-portal/portal-auth/src/main/webapp/user/createUser.html') diff --git a/openo-portal/portal-auth/src/main/webapp/user/createUser.html b/openo-portal/portal-auth/src/main/webapp/user/createUser.html deleted file mode 100644 index e3d214d2..00000000 --- a/openo-portal/portal-auth/src/main/webapp/user/createUser.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - -
-
Enter Basic Information
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
- * - - User Name: - -
- -
-
- -
- * - - Password: - -
- -
-
- -
- * - - Confirm Password: - -
- -
-
- -
- - - Description: - -
- -
-
-
-
-
-
User Name Rule:
- - - - - - - - - - - - - -
1. Contains a minimum of 5 characters and a maximum of 30;
2. Contains only alphanumeric characters(a-z\,A-Z\,0-9);
3. Can not contain any special characters except "_", which only in the middle of the user name;
4. Can not contain space.
-
Password Rule:
- - - - - - - - - - - - - -
1. Contains a minimum of 8 characters and a maximum of 32;
2. At least contains: one uppercase letter(A-Z), one lowercase letter(a-z), and one digit(0-9), one special character: ~`@#$%^&*-_=+|?/()<>[]{}",.;'!
3. Can not contain any the user name or user name in reverse order;
4. Can not contain space.
-
-
-
- - -
- - - -- cgit 1.2.3-korg