Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
58dd9f74
Commit
58dd9f74
authored
Dec 22, 2008
by
Richard Mansfield
Browse files
Add expiry message to registration emails (bug #3062)
parent
9141489c
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/internal/lang/en.utf8/auth.internal.php
View file @
58dd9f74
...
...
@@ -43,6 +43,8 @@ complete the signup process:
'
.
get_config
(
'wwwroot'
)
.
'register.php?key=%s
The link will expire in 24 hours.
--
Regards,
The %s Team'
;
...
...
@@ -51,6 +53,8 @@ $string['registeredemailmessagehtml'] = '<p>Hi %s,</p>
to complete the signup process:</p>
<p><a href="'
.
get_config
(
'wwwroot'
)
.
'register.php?key=%s">'
.
get_config
(
'wwwroot'
)
.
'register.php?key=%s</a></p>
<p>The link will expire in 24 hours.</p>
<pre>--
Regards,
The %s Team</pre>'
;
...
...
Write
Preview
Supports
Markdown
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