Hi everyone,
Right now when a user visits my Ghost site it says:
“You’ll get replies here and in your email: <%= current_user.email %>”
I believe this requires adding the path to where the member data is stored. My guess is that this is in the account.hbs file but I am not sure where.
How can I resolve this issue for both logged in members and non logged in site visitors so that it generates their email address?
Thanks!