Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
2db04b37
Commit
2db04b37
authored
Mar 24, 2014
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#11415 11文字以上の場合、パスワードの変更が出来ない
parent
cba39719
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
abvw/js/settings.js
+4
-4
abvw/settings.html
+3
-3
login.html
+3
-3
No files found.
abvw/js/settings.js
View file @
2db04b37
...
...
@@ -527,15 +527,15 @@ function dspPwdUpd1_Click(e) {
if
(
isOK
)
{
// Check max length
if
(
!
ValidationUtil
.
CheckMaxLengthForByte
(
getCurrentPassword
(),
1
0
))
{
if
(
!
ValidationUtil
.
CheckMaxLengthForByte
(
getCurrentPassword
(),
1
6
))
{
isOK
=
false
;
}
if
(
!
ValidationUtil
.
CheckMaxLengthForByte
(
getNewPassword
(),
1
0
))
{
if
(
!
ValidationUtil
.
CheckMaxLengthForByte
(
getNewPassword
(),
1
6
))
{
isOK
=
false
;
}
if
(
!
ValidationUtil
.
CheckMaxLengthForByte
(
getNewPasswordRe
(),
1
0
))
{
if
(
!
ValidationUtil
.
CheckMaxLengthForByte
(
getNewPasswordRe
(),
1
6
))
{
isOK
=
false
;
}
...
...
@@ -670,7 +670,7 @@ $(function () {
// height: 450
// });
// LockScreen();
// LockScreen();
});
function
openBackup
()
{
...
...
abvw/settings.html
View file @
2db04b37
...
...
@@ -133,15 +133,15 @@
<span
id=
"dialog-error-message"
class=
"alertTxtDialog lang"
>
</span>
<dl>
<dt><label
id=
"lblPwdCur"
class=
"lang"
lang=
"txtPwdCurr"
>
現在パスワード
</label></dt>
<dd><input
type=
"password"
id=
"txtPwdCur"
/></dd>
<dd><input
type=
"password"
id=
"txtPwdCur"
maxlength=
"16"
/></dd>
</dl>
<dl>
<dt><label
id=
"lblPwdNew"
class=
"lang"
lang=
"txtPwdNew"
>
変更パスワード
</label></dt>
<dd><input
type=
"password"
id=
"txtPwdNew"
/></dd>
<dd><input
type=
"password"
id=
"txtPwdNew"
maxlength=
"16"
/></dd>
</dl>
<dl>
<dt><label
id=
"lblPwdNewRe"
class=
"lang"
lang=
"txtPwdNewRe"
>
(再)変更パスワード
</label></dt>
<dd><input
type=
"password"
id=
"txtPwdNewRe"
/></dd>
<dd><input
type=
"password"
id=
"txtPwdNewRe"
maxlength=
"16"
/></dd>
</dl>
<p><label
class=
"lang"
lang=
"txtPwdRemind"
id=
"txtChangePassComment"
>
※スキップを選択すると、30日間このメッセージは表示されません
</label></p>
<p
class=
"loginbtn"
><a
class=
"change lang"
href=
"#"
id=
"dspPwdUpd1"
lang=
"dspChange"
>
変更
</a><a
class=
"skip lang"
href=
"#"
lang=
"dspSkip"
id=
"dspSkip"
>
スキップ
</a><a
class=
"cancel lang"
href=
"#"
lang=
"dspCancel"
id=
"dspCancel"
>
キャンセル
</a></p>
...
...
login.html
View file @
2db04b37
...
...
@@ -76,15 +76,15 @@
<dl>
<dt
class=
"lang"
lang=
"txtPwdCurr"
>
現在パスワード:
</dt>
<dd><input
type=
"password"
id=
"txtCurrentPass"
maxlength=
"1
0
"
/></dd>
<dd><input
type=
"password"
id=
"txtCurrentPass"
maxlength=
"1
6
"
/></dd>
</dl>
<dl>
<dt
class=
"lang"
lang=
"txtPwdNew"
>
変更パスワード:
</dt>
<dd><input
type=
"password"
id=
"txtNewPass"
maxlength=
"1
0
"
/></dd>
<dd><input
type=
"password"
id=
"txtNewPass"
maxlength=
"1
6
"
/></dd>
</dl>
<dl>
<dt
class=
"lang"
lang=
"txtPwdNewRe"
>
新パスワード(確認):
</dt>
<dd><input
type=
"password"
id=
"txtConfirmNew"
maxlength=
"1
0
"
/></dd>
<dd><input
type=
"password"
id=
"txtConfirmNew"
maxlength=
"1
6
"
/></dd>
</dl>
<p
class=
"lang memory"
lang=
"txtPwdRemind"
id=
"txtPwdRemind"
>
※スキップを選択すると、30日間このメッセージは表示されません
</p>
<p
class=
"loginbtn"
><a
class=
"skip lang"
id=
"btnSkip"
lang=
"dspSkip"
>
スキップ
</a><a
class=
"change lang"
id=
"btnChange"
lang=
"dspChange"
>
変更
</a></p>
...
...
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