diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-04 12:13:29 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-04 12:13:29 -0600 |
commit | 9d12c0fac5c0580b30c6bf8f578a358dc22afdff (patch) | |
tree | 1cf29477638a864039dc1d94472c5ef58de480bf /templates | |
parent | 3f4570c1995be17fefa9701e943ba9851113cd44 (diff) |
Move new user email contents to template
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/devel/new_account.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/devel/new_account.txt b/templates/devel/new_account.txt new file mode 100644 index 00000000..1159992a --- /dev/null +++ b/templates/devel/new_account.txt @@ -0,0 +1,5 @@ +You can now log into https://{{ site.domain }}/login/ with these login details: +Username: {{ user.username }} +Password: {{ password }} + +Please update your profile once logged in and change your password. |