From 928ff2eb017b4cfe2a9d775688493fdcbed5c008 Mon Sep 17 00:00:00 2001 From: seshukm Date: Fri, 20 Jan 2017 17:46:34 +0530 Subject: Client code change form GSO-GUI to OPEN-O GUI code restructured for the OPEN-O CLient. Issue-Id : CLIENT-11 Change-Id: Ib2846320c5522ca373ba7b1c12e3caa9443e5ea1 Signed-off-by: seshukm --- portal-auth/src/main/webapp/user/createUser.html | 141 +++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 portal-auth/src/main/webapp/user/createUser.html (limited to 'portal-auth/src/main/webapp/user/createUser.html') diff --git a/portal-auth/src/main/webapp/user/createUser.html b/portal-auth/src/main/webapp/user/createUser.html new file mode 100644 index 00000000..68b7edc5 --- /dev/null +++ b/portal-auth/src/main/webapp/user/createUser.html @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + +
+
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