diff --git a/src/account/auth_pipeline.py b/src/account/auth_pipeline.py
index 3735b3a91a7c2ccff86ee476b9490704be79dd97..4a9cfa1025deb8617695487158caaadd82b1114c 100644
--- a/src/account/auth_pipeline.py
+++ b/src/account/auth_pipeline.py
@@ -11,4 +11,5 @@ def create_profile(backend, user, response, *args, **kwargs):
         except exceptions.ObjectDoesNotExist:
             models.Profile.objects.create(user=user)
             if user.email is not None:
-                send_mail('TESZT', 'Attiss meleg!4!!', 'noreply@devteam.sch.bme.hu', [user.email, ])
+                send_mail('TESZT', 'Udvozlunk a kszkepzesen, ne felejtsd el kitolteni a profilod.',
+                          'noreply@devteam.sch.bme.hu', [user.email, ])