diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-03-10 09:19:34 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-10 09:19:34 +0100 | 
| commit | c27c108f4862f5dcbf42cf8f403807d7cbb009f1 (patch) | |
| tree | f3bb6b65bc79752aecfe8f8dfe959c095233aa3f | |
| parent | 126714f44f177001599674334c603d1bab472a4d (diff) | |
really do not hardcode travelynx.de
| -rwxr-xr-x | index.pl | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -1005,8 +1005,8 @@ post '/register' => sub {  	my $imprint_url = $self->url_for('impressum')->to_abs->scheme('https');  	my $body = "Hallo, ${user}!\n\n"; -	$body .= "Mit deiner E-Mail-Adresse (${email}) wurde ein Account auf\n"; -	$body .= "travelynx.de angelegt.\n\n"; +	$body .= "Mit deiner E-Mail-Adresse (${email}) wurde ein Account bei\n"; +	$body .= "travelynx angelegt.\n\n";  	$body  	  .= "Falls die Registrierung von dir ausging, kannst du den Account unter\n";  	$body .= "${reg_url}/${user_id}/${token}\n";  | 
