Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cdedf2aa
authored
Nov 15, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调度中心密码限制18位,修复修改密码超过18位无法登陆的问题;
parent
a8d94894
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
doc/XXL-JOB官方文档.md
xxl-job-admin/src/main/resources/templates/common/common.macro.ftl
xxl-job-admin/src/main/resources/templates/login.ftl
doc/XXL-JOB官方文档.md
View file @
cdedf2aa
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
...
@@ -1583,6 +1583,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
16、
[
ING
]
调度日志优化:支持设置日志保留天数,过期日志天维度记录报表,并清理;调度报表汇总实时数据和报表;
-
17、
[
ING
]
父子任务参数传递;流程任务等,透传动态参数;
-
18、
[
ING
]
调度中心任务平均分配,触发组件每次获取与线程池数量相关数量的任务,避免大量任务集中在单个调度中心集群节点。
-
19、调度中心密码限制18位,修复修改密码超过18位无法登陆的问题;
...
...
xxl-job-admin/src/main/resources/templates/common/common.macro.ftl
View file @
cdedf2aa
...
...
@@ -109,7 +109,7 @@
<form class="form-horizontal form" role="form" >
<div class="form-group">
<label for="lastname" class="col-sm-2 control-label">${I18n.change_pwd_field_newpwd}<font color="red">*</font></label>
<div class="col-sm-10"><input type="text" class="form-control" name="password" placeholder="${I18n.system_please_input} ${I18n.change_pwd_field_newpwd}" maxlength="1
00
" ></div>
<div class="col-sm-10"><input type="text" class="form-control" name="password" placeholder="${I18n.system_please_input} ${I18n.change_pwd_field_newpwd}" maxlength="1
8
" ></div>
</div>
<hr>
<div class="form-group">
...
...
xxl-job-admin/src/main/resources/templates/login.ftl
View file @
cdedf2aa
...
...
@@ -15,11 +15,11 @@
<div
class=
"login-box-body"
>
<p
class=
"login-box-msg"
>
${I18n.admin_name}
</p>
<div
class=
"form-group has-feedback"
>
<input
type=
"text"
name=
"userName"
class=
"form-control"
placeholder=
"${I18n.login_username_placeholder}"
maxlength=
"
20
"
>
<input
type=
"text"
name=
"userName"
class=
"form-control"
placeholder=
"${I18n.login_username_placeholder}"
maxlength=
"
18
"
>
<span
class=
"glyphicon glyphicon-envelope form-control-feedback"
></span>
</div>
<div
class=
"form-group has-feedback"
>
<input
type=
"password"
name=
"password"
class=
"form-control"
placeholder=
"${I18n.login_password_placeholder}"
maxlength=
"
20
"
>
<input
type=
"password"
name=
"password"
class=
"form-control"
placeholder=
"${I18n.login_password_placeholder}"
maxlength=
"
18
"
>
<span
class=
"glyphicon glyphicon-lock form-control-feedback"
></span>
</div>
<div
class=
"row"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment