1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

Improve email changing/confirmation stuff

This commit is contained in:
Toby Zerner
2015-05-27 16:24:54 +09:30
parent f4dc1b5d04
commit b6a8416daf
18 changed files with 262 additions and 94 deletions

View File

@@ -0,0 +1,8 @@
Hey {{ $username }}!
Someone (hopefully you!) has signed up to {{ $forumTitle }} with this email address.
If this was you, simply click the following link and your account will be activated:
{{ $url }}
If you did not sign up, please ignore this email.

View File

@@ -1,9 +0,0 @@
Hey {{ $username }}!
Someone (hopefully you!) has signed up to the forum '{{ $forumTitle }}' with this email address.
If this was you, simply visit the following link and your account will be activated:
{{ $url }}
If you did not sign up, please ignore this email.

View File

@@ -0,0 +1,8 @@
Hey {{ $username }}!
Someone (hopefully you!) has changed their email address on {{ $forumTitle }} to this one.
If this was you, simply click the following link and your email will be confirmed:
{{ $url }}
If this was not you, please ignore this email.