Commit c22289cf authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! fixup! ERP5Security: Use a dedicated Login document to handle authentication.

parent d80c0cc4
......@@ -14,7 +14,7 @@ if message_reference is None:
notification_message = portal.NotificationTool_getDocumentValue(message_reference,
context.getLanguage())
context.REQUEST.set('came_from', portal.absolute_url())
context.REQUEST.set('came_from', context.getUrlString())
if context.hasStopDate():
kw = {'expiration_date':context.getStopDate()}
......
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