You or someone tried to create a GoCMS admin account with this e-mail address. If you are not responsible for +
You or someone tried to create a RenewCMS admin account with this e-mail address. If you are not responsible for this, please do not validate the account creation.
If you want to validate the account creation, please click HERE. diff --git a/adapters/secondary/gateways/mail/templates/passwordReset.html b/adapters/secondary/gateways/mail/templates/passwordReset.html index 8fe8f05..5a4555f 100644 --- a/adapters/secondary/gateways/mail/templates/passwordReset.html +++ b/adapters/secondary/gateways/mail/templates/passwordReset.html @@ -2,11 +2,11 @@
-
- GoCMS
+
+ RenewCMS
You or someone tried to create reset your GoCMS account with this e-mail address. If you are not responsible for +
You or someone tried to create reset your RenewCMS account with this e-mail address. If you are not responsible for this, please do not validate the password reset.
If you want to reset your password, please click HERE. diff --git a/adapters/secondary/gateways/mailRepository.go b/adapters/secondary/gateways/mailRepository.go index 0121fd7..9e1b600 100644 --- a/adapters/secondary/gateways/mailRepository.go +++ b/adapters/secondary/gateways/mailRepository.go @@ -1,7 +1,7 @@ package gateways import ( - "GoCMS/domain/gateways" + "RenewCMS/domain/gateways" "bytes" "embed" "html/template" @@ -44,12 +44,12 @@ func (m MailRepository) Send(receiverAddress string, templateName string, data a msg := gomail.NewMessage() msg.SetHeaders(map[string][]string{ - "From": {"GoCMS <" + from + ">"}, + "From": {"RenewCMS <" + from + ">"}, "To": {receiverAddress}, "MIME-version": {"1.0"}, "Content-Type": {"text/html"}, "charset": {"UTF-8"}, - "Subject": {"GoCMS | Action required"}, + "Subject": {"RenewCMS | Action required"}, }) msg.SetBody("text/html", body.String()) diff --git a/adapters/secondary/gateways/pageRepository.go b/adapters/secondary/gateways/pageRepository.go index 2ec4d04..12bba13 100644 --- a/adapters/secondary/gateways/pageRepository.go +++ b/adapters/secondary/gateways/pageRepository.go @@ -1,7 +1,7 @@ package gateways import ( - "GoCMS/domain/gateways" + "RenewCMS/domain/gateways" "bytes" "embed" "html/template" diff --git a/adapters/secondary/gateways/userRepository.go b/adapters/secondary/gateways/userRepository.go index b0e5561..52fd4c9 100644 --- a/adapters/secondary/gateways/userRepository.go +++ b/adapters/secondary/gateways/userRepository.go @@ -1,10 +1,10 @@ package gateways import ( - entity "GoCMS/adapters/secondary/gateways/models" - "GoCMS/domain/gateways" - "GoCMS/domain/user" - domain "GoCMS/domain/user" + entity "RenewCMS/adapters/secondary/gateways/models" + "RenewCMS/domain/gateways" + "RenewCMS/domain/user" + domain "RenewCMS/domain/user" "golang.org/x/crypto/bcrypt" "gorm.io/gorm" ) diff --git a/adapters/secondary/gateways/web/templates/articleCreate.html b/adapters/secondary/gateways/web/templates/articleCreate.html index 39ba457..bce85c0 100644 --- a/adapters/secondary/gateways/web/templates/articleCreate.html +++ b/adapters/secondary/gateways/web/templates/articleCreate.html @@ -1,7 +1,7 @@
-