Skip to content
Snippets Groups Projects
Commit c27c108f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

really do not hardcode travelynx.de

parent 126714f4
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment