diff --git a/examples/collab-clicker-ssr/traildepot/config.textproto b/examples/collab-clicker-ssr/traildepot/config.textproto index b55bf1db..c7ecd717 100644 --- a/examples/collab-clicker-ssr/traildepot/config.textproto +++ b/examples/collab-clicker-ssr/traildepot/config.textproto @@ -1,17 +1,5 @@ # Auto-generated config.Config textproto email { - user_verification_template { - subject: "Validate your Email Address for {{ APP_NAME }}" - body: "\n
\n\n Thanks for joining {{ APP_NAME }}.\n
\n\n\n To be able to log in, first validate your email by clicking the link below.\n
\n\n \n {{ VERIFICATION_URL }}\n \n \n" - } - password_reset_template { - subject: "Reset your Password for {{ APP_NAME }}" - body: "\n \n\n Click the link below to reset your password.\n
\n\n \n {{ VERIFICATION_URL }}\n \n \n" - } - change_email_template { - subject: "Change your Email Address for {{ APP_NAME }}" - body: "\n \n\n Click the link below to verify your new E-mail address:\n
\n\n \n {{ VERIFICATION_URL }}\n \n \n" - } } server { application_name: "TrailBase" @@ -26,6 +14,7 @@ record_apis: [ { name: "counter" table_name: "counter" + enable_subscriptions: true acl_world: [READ] } ]