mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Improve email changing/confirmation stuff
This commit is contained in:
8
views/emails/activateAccount.blade.php
Normal file
8
views/emails/activateAccount.blade.php
Normal 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.
|
@@ -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.
|
||||
|
8
views/emails/confirmEmail.blade.php
Normal file
8
views/emails/confirmEmail.blade.php
Normal 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.
|
Reference in New Issue
Block a user