diff options
author | Joar Wandborg <git@wandborg.com> | 2011-05-08 02:01:26 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2011-05-08 02:01:26 +0200 |
commit | 07a3a69cd476ac8844f96d5edb916d652bb91e42 (patch) | |
tree | d3175367f6df8a7376d0a843cdbaec56353526a3 | |
parent | 4942b63711e53162a0ae5e7e5fdfd902df4e5e66 (diff) | |
download | mediagoblin-07a3a69cd476ac8844f96d5edb916d652bb91e42.tar.lz mediagoblin-07a3a69cd476ac8844f96d5edb916d652bb91e42.tar.xz mediagoblin-07a3a69cd476ac8844f96d5edb916d652bb91e42.zip |
Added verification email template
Signed-off-by: Joar Wandborg <git@wandborg.com>
-rw-r--r-- | mediagoblin/templates/mediagoblin/auth/verification_email.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/verification_email.txt b/mediagoblin/templates/mediagoblin/auth/verification_email.txt new file mode 100644 index 00000000..ce0629eb --- /dev/null +++ b/mediagoblin/templates/mediagoblin/auth/verification_email.txt @@ -0,0 +1,22 @@ +{# +# GNU MediaGoblin -- federated, autonomous media hosting +# Copyright (C) 2011 Free Software Foundation, Inc +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +#} +Hi {{ username }}, + +to activate your GNU MediaGoblin account, open the following URL in your web browser + +{{ verification_url }} |