# This file contain text of password-reminder email
# 
# replacements in allowed this file: 
# 	- #@#domain#@# - is replaced by domain name
#	- #@#confirmation_url#@# - URL for generate new password
#
# notice: line ends of non empty lines are stripped
#
subject: Uw login informatie
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Hallo,

Om een nieuw wachtwoord aan te maken gebruik onderstaande link:

#@#confirmation_url#@#



