Commit 8ec04006 authored by Romain Courteaud's avatar Romain Courteaud 🐙

slapos_panel: fix outdated link

parent 68a0fc02
......@@ -6,7 +6,7 @@ portal = context.getPortalObject()
assert key
mail_message = portal.ERP5Site_unrestrictedSearchMessage(key=key)
came_from = context.getWebSiteValue().absolute_url() + "/#!login?p.page=slapos{&n.me}"
came_from = context.getWebSiteValue().absolute_url() + "/#!login?p.page=slapos_master_panel_access&p.view=1{&n.me}"
credential_request = mail_message.getFollowUpValue()
if credential_request.getValidationState() in ('submitted', 'accepted'):
message = translateString("Your account is already active.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment