Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sebastien Robin
erp5
Commits
f7e804e9
Commit
f7e804e9
authored
9 years ago
by
Jérome Perrin
Browse files
Options
Download
Email Patches
Plain Diff
credential: fix default website url in password reset email
parent
f6cad049
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRecovery_sendPasswordResetLink.xml
...5_credential/CredentialRecovery_sendPasswordResetLink.xml
+1
-1
No files found.
bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/CredentialRecovery_sendPasswordResetLink.xml
View file @
f7e804e9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
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