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
18
Merge Requests
18
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
nexedi
slapos.core
Commits
dee343f3
Commit
dee343f3
authored
Mar 28, 2018
by
Rafael Monnerat
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_jio: after activate the login come back to WebSite and not to the portal.
parent
ccc4e9af
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/SkinTemplateItem/portal_skins/slapos_hal_json_style/ERP5Site_activeLogin.py
...ortal_skins/slapos_hal_json_style/ERP5Site_activeLogin.py
+1
-1
No files found.
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/ERP5Site_activeLogin.py
View file @
dee343f3
...
...
@@ -6,7 +6,7 @@ portal = context.getPortalObject()
assert
key
mail_message
=
portal
.
ERP5Site_unrestrictedSearchMessage
(
key
=
key
)
came_from
=
portal
.
absolute_url
()
+
"/#!login?p.page=slapos{&n.me}"
came_from
=
context
.
getWebSectionValue
()
.
absolute_url
()
+
"/#!login?p.page=slapos{&n.me}"
credential_request
=
mail_message
.
getFollowUpValue
()
if
credential_request
.
getValidationState
()
in
(
'submitted'
,
'accepted'
):
message
=
translateString
(
"Your account is already active."
)
...
...
Thomas Gambier
🚴🏼
@tomo
mentioned in merge request
!223 (merged)
·
May 20, 2020
mentioned in merge request
!223 (merged)
mentioned in merge request !223
Toggle commit list
Rafael Monnerat
@rafael
mentioned in commit
c0685e19
·
May 25, 2020
mentioned in commit
c0685e19
mentioned in commit c0685e1952da13c82527612ae8997a0b17ea605c
Toggle commit list
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