Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
6164c44e
Commit
6164c44e
authored
Jun 03, 2020
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_jio: Display Password policy and portal_message_status when reset password
parent
da3e8141
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/WebSite_viewResetPassword.zpt
...skins/slapos_hal_json_style/WebSite_viewResetPassword.zpt
+19
-1
No files found.
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/WebSite_viewResetPassword.zpt
View file @
6164c44e
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title
tal:content=
"python: here.getPortalObject().getTitle()"
></title>
<title
tal:content=
"python: here.getPortalObject().getTitle()"
></title>
<link
rel=
"stylesheet"
href=
"gadget_erp5_nojqm.css"
>
<link
rel=
"stylesheet"
href=
"gadget_erp5_nojqm.css"
>
<link
rel=
"stylesheet"
href=
"gadget_slapos_annotated_helper.css"
>
</head>
</head>
<body
tal:define=
"form_action string:portal_password/PasswordTool_changeUserPassword;"
>
<body
tal:define=
"form_action string:portal_password/PasswordTool_changeUserPassword;"
>
<div
data-role=
'page'
>
<div
data-role=
'page'
>
...
@@ -23,8 +24,25 @@
...
@@ -23,8 +24,25 @@
<div
role=
"main"
class=
"ui-container gadget-content"
>
<div
role=
"main"
class=
"ui-container gadget-content"
>
<article
class=
"ui-content"
>
<article
class=
"ui-content"
>
<div
class=
"ui-field-contain"
>
<section>
<tal:block
tal:condition=
"exists: request/portal_status_message"
>
<span
tal:attributes=
"data-i18n request/portal_status_message"
><span
tal:content=
"request/portal_status_message"
></span></span>
</tal:block>
</section>
</div>
<section>
<section>
<details>
<summary>
Password Policy
</summary>
<ul>
<li>
Minimum 7 characters in length
</li>
<li>
At least one Uppercase Letter
</li>
<li>
At least one Lowercase Letter
</li>
<li>
At least one Number (0 to 9)
</li>
<li>
At least one Symbol out of $!:;_- .
</li>
</ul>
</details>
<p></p>
<form
method=
"post"
tal:attributes=
"action python: context.absolute_url()"
>
<form
method=
"post"
tal:attributes=
"action python: context.absolute_url()"
>
<div
class=
"ui-field-contain"
>
<div
class=
"ui-field-contain"
>
<label
data-i18n=
"New Password"
>
New Password
<span></span></label>
<label
data-i18n=
"New Password"
>
New Password
<span></span></label>
...
...
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