mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 20:58:11 +08:00
change max length of user name to 39 (#2856)
* fix bug: send task result to master until success. * fix bug: send task result to master until success. * add sleep * set null if send result failed * set null if send result failed * change max length of username to 39 Co-authored-by: baoliang <baoliang@analysys.com.cn>
This commit is contained in:
parent
6e20d3d34a
commit
31b593d023
@ -304,7 +304,7 @@ public final class Constants {
|
||||
/**
|
||||
* user name regex
|
||||
*/
|
||||
public static final Pattern REGEX_USER_NAME = Pattern.compile("^[a-zA-Z0-9._-]{3,20}$");
|
||||
public static final Pattern REGEX_USER_NAME = Pattern.compile("^[a-zA-Z0-9._-]{3,39}$");
|
||||
|
||||
/**
|
||||
* email regex
|
||||
|
Loading…
Reference in New Issue
Block a user