Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
006b7d9bb6d65c50ca47812db35e92478c2dc081
1 parent
c920e53d
弱密码js
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
apps/passport/controllers/back.js
apps/passport/views/action/back/weak-pwd.hbs
public/js/passport/back-weak-pwd.page.js
apps/passport/controllers/back.js
View file @
006b7d9
...
...
@@ -425,11 +425,11 @@ const weakPasswordPage = (req, res, next) => {
module
:
'passport'
,
page
:
'back-weak-pwd'
,
simpleHeader
:
simpleHeaderModel
.
setSimpleHeaderData
(),
title
:
'重置密码'
title
:
'重置
登录
密码'
},
{
resetPwd
:
{
coverHref
:
result
.
url
,
coverImg
:
result
.
img
,
coverImg
:
result
.
img
}
}));
}).
catch
(
next
);
...
...
apps/passport/views/action/back/weak-pwd.hbs
View file @
006b7d9
...
...
@@ -2,7 +2,7 @@
{{#
resetPwd
}}
{{>
back
/
cover
}}
<div
class=
"content"
>
<h2
class=
"title2"
>
重置密码
</h2>
<h2
class=
"title2"
>
重置
登录
密码
</h2>
<form
id=
"reset-pwd-form"
class=
"reset-pwd-form"
method=
"POST"
action=
"/passport/back/update"
>
<ul>
<li
class=
"input-container-li po-re"
>
...
...
public/js/passport/back-weak-pwd.page.js
0 → 100644
View file @
006b7d9
require
(
'./back/weak'
);
...
...
Please
register
or
login
to post a comment