mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 09:52:26 -05:00
[feature] Self-serve email change for users (#2957)
* [feature] Email change * frontend stuff for changing email * docs * tests etc * differentiate more clearly between local user+account and account * populate user
This commit is contained in:
parent
131020faeb
commit
bcda048eab
50 changed files with 1118 additions and 309 deletions
|
|
@ -18,11 +18,15 @@
|
|||
*/ -}}
|
||||
|
||||
Hello {{ .Username -}}!
|
||||
|
||||
{{ if .NewSignup }}
|
||||
You are receiving this mail because you've requested an account on {{ .InstanceURL -}}.
|
||||
|
||||
To use your account, you must confirm that this is your email address.
|
||||
{{ else }}
|
||||
You are receiving this mail because you've requested an email address change on {{ .InstanceURL -}}.
|
||||
|
||||
To complete the change, you must confirm that this is your email address.
|
||||
{{ end }}
|
||||
To confirm your email, paste the following in your browser's address bar:
|
||||
|
||||
{{ .ConfirmLink }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue