diff --git a/emails/auth/retrieve-password.html b/emails/auth/retrieve-password.html index 0bc2260..569e5a5 100644 --- a/emails/auth/retrieve-password.html +++ b/emails/auth/retrieve-password.html @@ -1,5 +1,5 @@ {{define "content"}}
Bonjour,
Vous avez demandé à réinitialiser votre mot de passe pour {{.username}}
-Pour créer votre nouveau mot de passe, cliquez sur le lien suivant : http://localhost:9000/auth/lost-password/recover?key={{.key}}
+Pour créer votre nouveau mot de passe, cliquez sur le lien suivant : https://spie06.parcoursmob.fr/auth/lost-password/recover?key={{.key}}
{{end}} \ No newline at end of file diff --git a/emails/onboarding/existing-administrator.html b/emails/onboarding/existing-administrator.html index ba0fe56..706a88a 100644 --- a/emails/onboarding/existing-administrator.html +++ b/emails/onboarding/existing-administrator.html @@ -1,4 +1,4 @@ {{define "content"}}Vous avez été ajouté comme administrateur de l'organisation {{.group}} sur PARCOURSMOB.
-Connectez vous sur http://localhost:9000 pour y accéder
+Connectez vous sur https://spie06.parcoursmob.fr pour y accéder
{{end}} \ No newline at end of file diff --git a/emails/onboarding/existing-member.html b/emails/onboarding/existing-member.html index f90cd72..7950233 100644 --- a/emails/onboarding/existing-member.html +++ b/emails/onboarding/existing-member.html @@ -1,4 +1,4 @@ {{define "content"}}Vous avez été ajouté à l'organisation {{.group}} sur PARCOURSMOB.
-Connectez vous sur http://localhost:9000 pour y accéder
+Connectez vous sur https://spie06.parcoursmob.fr pour y accéder
{{end}} \ No newline at end of file diff --git a/emails/onboarding/new-administrator.html b/emails/onboarding/new-administrator.html index 53687a3..06fb73b 100644 --- a/emails/onboarding/new-administrator.html +++ b/emails/onboarding/new-administrator.html @@ -1,5 +1,5 @@ {{define "content"}}Vous avez été ajouté comme administrateur de l'organisation {{.group}} sur PARCOURSMOB.
Vous devez créer votre compte pour y accéder.
-Pour créer votre compte PARCOURSMOB, cliquez sur : http://localhost:9000/auth/onboarding?key={{.key}}
+Pour créer votre compte PARCOURSMOB, cliquez sur : https://spie06.parcoursmob.fr/auth/onboarding?key={{.key}}
{{end}} \ No newline at end of file diff --git a/emails/onboarding/new-member.html b/emails/onboarding/new-member.html index 3c230aa..c47aefb 100644 --- a/emails/onboarding/new-member.html +++ b/emails/onboarding/new-member.html @@ -1,5 +1,5 @@ {{define "content"}}Vous avez été ajouté à l'organisation {{.group}} sur PARCOURSMOB.
Vous devez créer votre compte pour y accéder.
-Pour créer votre compte PARCOURSMOB, cliquez sur : http://localhost:9000/auth/onboarding?key={{.key}}
+Pour créer votre compte PARCOURSMOB, cliquez sur : https://spie06.parcoursmob.fr/auth/onboarding?key={{.key}}
{{end}} \ No newline at end of file diff --git a/emails/onboarding/support_emailing.html b/emails/onboarding/support_emailing.html index 40ea8c7..1d8d7d3 100644 --- a/emails/onboarding/support_emailing.html +++ b/emails/onboarding/support_emailing.html @@ -1,4 +1,4 @@ {{define "content"}} -Vous avez reçu un commentaire sur PARCOURSMOB de la part de {{.user}}
+Vous avez reçu un message sur le support PARCOURSMOB de la part de {{.user}}
{{.key}}
{{end}} \ No newline at end of file diff --git a/web/layouts/auth/lost-password-init.html b/web/layouts/auth/lost-password-init.html index 996fcbd..998340b 100644 --- a/web/layouts/auth/lost-password-init.html +++ b/web/layouts/auth/lost-password-init.html @@ -2,7 +2,7 @@