Commit f7e804e9 authored by Jérome Perrin's avatar Jérome Perrin

credential: fix default website url in password reset email

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