CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-auth / src / main / webapp / user / changePassword.html
1 <!--\r
2   Copyright 2016-2017 Huawei Technologies Co., Ltd.\r
3  \r
4   Licensed under the Apache License, Version 2.0 (the "License");\r
5   you may not use this file except in compliance with the License.\r
6   You may obtain a copy of the License at\r
7  \r
8       http://www.apache.org/licenses/LICENSE-2.0\r
9  \r
10   Unless required by applicable law or agreed to in writing, software\r
11   distributed under the License is distributed on an "AS IS" BASIS,\r
12   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13   See the License for the specific language governing permissions and\r
14   limitations under the License.\r
15 -->\r
16 <!doctype html>\r
17 <html>\r
18 <head>\r
19     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
20     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">\r
21     <link rel="stylesheet" type="text/css" href="/openoui/user/css/component.css">\r
22     <link rel="stylesheet" type="text/css" href="/openoui/user/css/user.css">\r
23     <script type="text/javascript" src="/openoui/common/thirdparty/jquery/jquery-1.11.2.min.js"></script>\r
24     <script type="text/javascript" src="/openoui/user/js/userTools.js"></script>\r
25     <script type="text/javascript" src="/openoui/user/js/changePassword.js"></script>\r
26 </head>\r
27 \r
28 <body class="hw_body">\r
29     <div class="mt20" id="progress">\r
30         <div class="progress_charater">Enter the Password Information</div>\r
31         <div class="progress_bar"></div>\r
32     </div>\r
33     <div id="create_content">\r
34         <div id="info_content">\r
35             <table>\r
36                 <tr>\r
37                     <td>\r
38                         <span class="mandatory">*</span>\r
39                     </td>\r
40                     <td class="row_interval">\r
41                         <span>User Name</span><span>:</span>\r
42                     </td>\r
43                     <td>\r
44                         <div>\r
45                             <input id="userName" class="fwk_input" disabled="disabled" />\r
46                         </div>\r
47                     </td>\r
48                     <td>\r
49                     </td>\r
50                 </tr>\r
51                 <tr>\r
52                     <td>\r
53                         <span class="mandatory">*</span>\r
54                     </td>\r
55                     <td class="row_interval">\r
56                         <span>Old Password</span><span>:</span>\r
57                     </td>\r
58                     <td>\r
59                         <div>\r
60                             <input id="oldPassword" class="fwk_input" type="password" />\r
61                         </div>\r
62                     </td>\r
63                     <td>\r
64                         <div id="oldPasswordError" class="errorTip" style="visibility: hidden;">error</div>\r
65                     </td>\r
66                 </tr>\r
67                 <tr>\r
68                     <td>\r
69                         <span class="mandatory">*</span>\r
70                     </td>\r
71                     <td class="row_interval">\r
72                         <span>New Password</span><span>:</span>\r
73                     </td>\r
74                     <td>\r
75                         <div>\r
76                             <input id="password" class="fwk_input" type="password" />\r
77                         </div>\r
78                     </td>\r
79                     <td>\r
80                         <div id="passwordError" class="errorTip" style="visibility: hidden;">error.</div>\r
81                     </td>\r
82                 </tr>\r
83                 <tr>\r
84                     <td>\r
85                         <span class="mandatory">*</span>\r
86                     </td>\r
87                     <td class="row_interval">\r
88                         <span>Confirm Password</span><span>:</span>\r
89                     </td>\r
90                     <td>\r
91                         <div>\r
92                             <input id="cfPassword" class="fwk_input" type="password" />\r
93                         </div>\r
94                     </td>\r
95                     <td>\r
96                         <div id="cfPsdError" class="errorTip" style="visibility: hidden;">The password is not the same.</div>\r
97                     </td>\r
98                 </tr>\r
99             </table>\r
100         </div>\r
101         <div id="role_content" class="suggestion_tip">\r
102             <div><span class="rule_label">Password Rule:</span></div>\r
103             <table>\r
104                 <tr>\r
105                     <td><span>1. Contains a minimum of 8 characters and a maximum of 32;</span></td>\r
106                 </tr>\r
107                 <tr>\r
108                     <td><span>2. At least contains: one uppercase letter(A-Z), one lowercase letter(a-z), and one digit(0-9), one special character: ~`@#$%^&*-_=+|?/()<>[]{}",.;'!</span></td>\r
109                 </tr>\r
110                 <tr>\r
111                     <td><span>3. Can not contain any the user name or user name in reverse order;</span></td>\r
112                 </tr>\r
113                 <tr>\r
114                     <td><span>4. Can not contain space.</span></td>\r
115                 </tr>\r
116             </table>\r
117         </div>\r
118     </div>\r
119     <div class="button_Group">\r
120         <button class="fk_button" id="confirm">Confirm</button>\r
121         <button class="fk_button" id="cancel">Cancel</button>\r
122     </div>\r
123 </body>\r
124 \r
125 </html>\r