diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 20:10:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 20:10:42 +0000 |
commit | 60631f58b8f6532eccbead29d239aaf25de93610 (patch) | |
tree | d835fe5f5804c599794c5a78f14a1da06eafe2ef /templates | |
parent | 1c51f7de502416af7119f7e041a43fa36cc5b189 (diff) |
- finish user registration and password request email
- make sure a user is in the userdb before assuming they're logged on based
on session info (allows deleting uerdb item and invalidating all
sessions)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/passwordmail.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/passwordmail.tmpl b/templates/passwordmail.tmpl new file mode 100644 index 000000000..8484d39b2 --- /dev/null +++ b/templates/passwordmail.tmpl @@ -0,0 +1,10 @@ +Someone[1], possibly you, requested that you be emailed the password for user +<TMPL_VAR USER_NAME> on <TMPL_VAR WIKINAME>[2]. + +The password is: <TMPL_VAR USER_PASSWORD> + +-- +ikiwiki + +[1] The user requesting the password was at IP address <TMPL_VAR REMOTE_ADDR> +[2] Located at <TMPL_VAR WIKIURL> |