Commit Graph
137 Commits
Author SHA1 Message Date
wangyuting fa9661baad * Fix login page unable to press enter to log in bug. the bug #41212. 2023-12-15 16:27:47 +08:00
liugang 56265c0453 * userUI: remove unused css class. 2023-12-14 10:24:58 +08:00
liumengyi d4db915ec7 * Fix bug #41282, fix avatar error. 2023-12-13 13:24:25 +08:00
liumengyi 8f9cb4c1dc * Fix bug of user::batchCreate. 2023-12-13 10:24:29 +08:00
liumengyi dc39932296 + Add ditto to password field in user::batchCreate. 2023-12-13 09:51:12 +08:00
liugang 8394f630c2 + userUI: fix error of calling undefined property. 2023-12-11 09:35:55 +08:00
liumengyi a567e9e515 * Fix bug #40833, update group items when the vision is changed. 2023-12-07 14:09:18 +08:00
liumengyi 4d48fb6f81 * Fix bug of ui in user::batchCreate. 2023-12-07 13:55:54 +08:00
liugang 14c5c7654e + userUI: remove duplicate buttons. 2023-12-05 15:42:02 +08:00
liugang 9c536f2f9a * userUI: call getFeatureBarMenus of userZen. 2023-12-04 14:57:52 +08:00
chaideqing d61330787d Merge branch 'master' into Merge184 2023-11-30 07:57:51 +00:00
caoyanyi 31c980dc71 * Adjust id attribute for login input. 2023-11-30 15:04:51 +08:00
tanghucheng d3973939cc Merge remote-tracking branch 'origin/master' into Merge184 2023-11-29 20:54:15 -05:00
liugang cd42021d83 + userUI: fix error can't delete user. 2023-11-29 17:21:43 +08:00
hufangzhou a0e9260912 * Adjust forget password language item. 2023-11-29 08:42:29 +08:00
tanghucheng a26d918b06 Merge remote-tracking branch 'origin/master' into Merge184 2023-11-28 19:33:36 -05:00
hufangzhou 34e9b8efd1 * Merge 18.9 user module. 2023-11-28 16:14:40 +08:00
liugang cb8db8c0a3 - userUI: remove unused code. 2023-11-28 10:18:54 +08:00
liugang 78b16e0136 * userControl: refactor the deny method. 2023-11-28 09:26:59 +08:00
liugang 49fd957796 * user: refactor the resetPassword method and page. 2023-11-28 17:11:26 +08:00
liugang e521ac4cb7 * userUI: add heading actions block in reset page. 2023-11-28 15:43:10 +08:00
liugang 5ab6476b0f * userUI: modify label and link of forgotten password. 2023-11-28 15:25:09 +08:00
liugang f40b0a2c2d * userUI: refactor the forgetpassword page. 2023-11-28 15:24:41 +08:00
liugang ccde500d03 * user: refactor the reset method and page. 2023-11-28 13:11:50 +08:00
liugang 6a51e6c820 * userUI: change lang item of label and set required attribute. 2023-11-28 11:04:18 +08:00
liugang 0a67de155e * Replace lang->user->xxxAB with lang->user->abbr->xxx. 2023-11-28 10:58:11 +08:00
liugang ad92b1e83f * userUI: add a iframe to check update of zentao. 2023-11-27 13:54:13 +08:00
liugang 9c1447fbd0 - userUI: remove unused code. 2023-11-27 10:43:52 +08:00
liugang 72d1ddd38d * userUI: refactor the batch edit page. 2023-11-27 10:11:03 +08:00
liugang 50b3487938 * userUI: modify column width in batch create page. 2023-11-27 10:10:40 +08:00
liugang 5f54e86f06 * userUI: add a hidden column of the type field in batch create page. 2023-11-25 17:27:26 +08:00
liugang 0e958bace2 + userUI: import md5.js in batch create page. 2023-11-25 17:26:18 +08:00
liugang 8f511fec56 * userUI: display the company component when edit a outside user. 2023-11-25 17:25:17 +08:00
liugang 24e45ddb26 - userUI: remove empty line. 2023-11-25 17:06:31 +08:00
liugang 6272879690 + userUI: add javascript variable and bind event on the batchChangeRole function. 2023-11-25 16:36:32 +08:00
liugang 9f44b2482a * user: move the hidden input out of form. 2023-11-25 16:09:58 +08:00
liugang 16220c52bf * userUI: refactor the batch create page. 2023-11-25 14:27:32 +08:00
liugang ff58d3f639 * user: set default hidden class according to user type. 2023-11-25 14:20:31 +08:00
liugang 039f352225 * user: bind the click event of submit button on the encryptPassword function. 2023-11-24 14:18:29 +08:00
liugang 9c2937cb7e * user: bind the change event on formPanel widget instead of on password widget. 2023-11-24 13:54:38 +08:00
liugang 4d88889917 + user: set the required property of the verifyPassword widget. 2023-11-24 13:53:02 +08:00
liugang 991050e69d * user: bind change event on formPanel instead of on radio 2023-11-24 13:52:05 +08:00
liugang 6b8154bae3 * user: refactor hidden widgets and add a hidden widget of password strength. 2023-11-24 13:49:57 +08:00
liugang d7410fc9c8 - user: remove the code to set empty value of widget. 2023-11-24 13:47:31 +08:00
liugang df9507c4a9 - user: remove unused function and code. 2023-11-23 16:37:52 +08:00
liugang e53ec42d71 * user: refactor the component of newCompany in create page. 2023-11-23 16:35:44 +08:00
liugang 52986865f5 * user: change default value of the checkbox from 0 to 1. 2023-11-23 16:23:41 +08:00
liugang 3e0238a56f * user: refactor the edit page. 2023-11-23 16:21:29 +08:00
liugang 40a01550b8 * user: refactor the create page. 2023-11-23 13:56:39 +08:00
liugang 85cc21cf77 * user: refactor the dynamic method. 2023-11-22 16:11:36 +08:00