Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix-3256][ui] Fix admin user info update error #3306

Merged
merged 28 commits into from
Aug 3, 2020
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fe84a23
[PROPOSAL-3139] Datasource selection changes from radio to select
wuchunfu Jul 5, 2020
3c41ed4
[PROPOSAL-3139] Datasource selection changes from radio to select
wuchunfu Jul 6, 2020
7475ae9
Merge branch 'dev' into dev
davidzollo Jul 6, 2020
c8978f6
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 8, 2020
13e9de2
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 11, 2020
b520d44
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 12, 2020
c73d125
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 12, 2020
aa2daf4
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 13, 2020
7c20565
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 13, 2020
fca7119
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 15, 2020
3bd50d0
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 17, 2020
f1c748c
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 18, 2020
f892f44
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 21, 2020
8f40438
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 23, 2020
b2d8221
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 24, 2020
44c7683
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 25, 2020
b3684c2
[BUG FIX] issues #3256
wuchunfu Jul 25, 2020
9a9a326
[BUG FIX] issues #3256
wuchunfu Jul 25, 2020
34b50cf
[BUG FIX] issues #3256
wuchunfu Jul 25, 2020
1bb2182
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 26, 2020
0fb7aec
[Fix-3256][ui] Fix admin user info update error
wuchunfu Jul 26, 2020
185490d
[Fix-3256][ui] Fix admin user info update error
wuchunfu Jul 26, 2020
b180c30
[Fix-3256][ui] Fix admin user info update error
wuchunfu Jul 26, 2020
4e6c6f6
[Fix-3256][ui] Fix admin user info update error
wuchunfu Jul 27, 2020
8c11d4b
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 29, 2020
baf30f4
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Jul 30, 2020
cb66baa
Merge remote-tracking branch 'refs/remotes/upstream/dev' into dev
wuchunfu Aug 3, 2020
0a97205
reset createUser.vue
wuchunfu Aug 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
let regPhone = /^1(3|4|5|6|7|8)\d{9}$/; // eslint-disable-line

let regPassword = /^(?![0-9]+$)(?![a-z]+$)(?![A-Z]+$)(?![`~!@#$%^&*()_\-+=<>?:"{}|,.\/;'\\[\]·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、]+$)[`~!@#$%^&*()_\-+=<>?:"{}|,.\/;'\\[\]·~!@#¥%……&*()——\-+={}|《》?:“”【】、;‘’,。、0-9A-Za-z]{6,22}$/;

let userNameLength = this.userName.length
// user name
if (userNameLength<3 || userNameLength>39) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

-- Records of t_escheduler_user,user : admin , password : dolphinscheduler123
INSERT INTO `t_escheduler_user` VALUES ('1', 'admin', '7ad2410b2f4c074479a8937a28a22b8f', '0', 'xxx@qq.com', 'xx', '0', '2018-03-27 15:48:50', '2018-10-24 17:40:22');
INSERT INTO `t_escheduler_user` VALUES ('1', 'admin', '7ad2410b2f4c074479a8937a28a22b8f', '0', 'xxx@qq.com', '', '0', '2018-03-27 15:48:50', '2018-10-24 17:40:22');
INSERT INTO `t_escheduler_alertgroup` VALUES (1, 'default admin warning group', '0', 'default admin warning group','2018-11-29 10:20:39', '2018-11-29 10:20:39');
INSERT INTO `t_escheduler_relation_user_alertgroup` VALUES ('1', '1', '1', '2018-11-29 10:22:33', '2018-11-29 10:22:33');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

-- Records of t_ds_user,user : admin , password : dolphinscheduler123
INSERT INTO t_ds_user(user_name,user_password,user_type,email,phone,tenant_id,create_time,update_time) VALUES ('admin', '7ad2410b2f4c074479a8937a28a22b8f', '0', 'xxx@qq.com', 'xx', '0', '2018-03-27 15:48:50', '2018-10-24 17:40:22');
INSERT INTO t_ds_user(user_name,user_password,user_type,email,phone,tenant_id,create_time,update_time) VALUES ('admin', '7ad2410b2f4c074479a8937a28a22b8f', '0', 'xxx@qq.com', '', '0', '2018-03-27 15:48:50', '2018-10-24 17:40:22');

-- Records of t_ds_alertgroup,dolphinscheduler warning group
INSERT INTO t_ds_alertgroup(group_name,group_type,description,create_time,update_time) VALUES ('dolphinscheduler warning group', '0', 'dolphinscheduler warning group','2018-11-29 10:20:39', '2018-11-29 10:20:39');
Expand Down
2 changes: 1 addition & 1 deletion sql/dolphinscheduler-postgre.sql
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ ALTER TABLE t_ds_worker_server ALTER COLUMN id SET DEFAULT NEXTVAL('t_ds_worker_


-- Records of t_ds_user?user : admin , password : dolphinscheduler123
INSERT INTO t_ds_user(user_name,user_password,user_type,email,phone,tenant_id,state,create_time,update_time) VALUES ('admin', '7ad2410b2f4c074479a8937a28a22b8f', '0', 'xxx@qq.com', 'xx', '0', 1, '2018-03-27 15:48:50', '2018-10-24 17:40:22');
INSERT INTO t_ds_user(user_name,user_password,user_type,email,phone,tenant_id,state,create_time,update_time) VALUES ('admin', '7ad2410b2f4c074479a8937a28a22b8f', '0', 'xxx@qq.com', '', '0', 1, '2018-03-27 15:48:50', '2018-10-24 17:40:22');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good job,
Sorry about I didn't notice that these two places before, and these tow places also need to be changed.
image
image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have deleted and submitted.


-- Records of t_ds_alertgroup,dolphinscheduler warning group
INSERT INTO t_ds_alertgroup(group_name,group_type,description,create_time,update_time) VALUES ('dolphinscheduler warning group', '0', 'dolphinscheduler warning group','2018-11-29 10:20:39', '2018-11-29 10:20:39');
Expand Down
2 changes: 1 addition & 1 deletion sql/dolphinscheduler_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -815,4 +815,4 @@ INSERT INTO `t_ds_relation_user_alertgroup` VALUES ('1', '1', '1', '2018-11-29 1
-- ----------------------------
-- Records of t_ds_user
-- ----------------------------
INSERT INTO `t_ds_user` VALUES ('1', 'admin', '7ad2410b2f4c074479a8937a28a22b8f', '0', 'xxx@qq.com', 'xx', '0', '2018-03-27 15:48:50', '2018-10-24 17:40:22', null, 1);
INSERT INTO `t_ds_user` VALUES ('1', 'admin', '7ad2410b2f4c074479a8937a28a22b8f', '0', 'xxx@qq.com', '', '0', '2018-03-27 15:48:50', '2018-10-24 17:40:22', null, 1);