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
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Rafael Monnerat
slapos.core
Commits
9ed7f586
Commit
9ed7f586
authored
Mar 30, 2023
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Plain Diff
slapos_jio_ui_test: Fixup Typo
See merge request
nexedi/slapos.core!507
parents
bfe6284c
2732c1db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
master/bt5/slapos_jio_ui_test/SkinTemplateItem/portal_skins/slapos_ui_test/ERP5Site_getDemoFunctionalUserResetPasswordLinkSentByMail.py
...5Site_getDemoFunctionalUserResetPasswordLinkSentByMail.py
+1
-1
No files found.
master/bt5/slapos_jio_ui_test/SkinTemplateItem/portal_skins/slapos_ui_test/ERP5Site_getDemoFunctionalUserResetPasswordLinkSentByMail.py
View file @
9ed7f586
...
...
@@ -7,5 +7,5 @@ assert "WebSite_viewResetPassword" in last_message[2]
message
=
last_message
[
2
].
replace
(
"
\
n
"
,
" "
)
for
_word
in
message
.
split
(
" "
):
if
"WebSite_viewResetPassword?reset_key"
in
_word
:
container
.
REQUEST
.
REPONSE
.
setHeader
(
'Content-Type'
,
'text/html'
)
container
.
REQUEST
.
RE
S
PONSE
.
setHeader
(
'Content-Type'
,
'text/html'
)
return
"<a href='%s' name='reset_password'>Reset Password link sent by mail </a>"
%
_word
.
strip
()
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