From aaf4f09babbd2b9587cb2e3e6d0afce34fbec2b3 Mon Sep 17 00:00:00 2001 From: Sebastian Jeltsch Date: Thu, 28 Aug 2025 14:28:12 +0200 Subject: [PATCH] Fix permissions of collab-clicker-ssr example. --- .../collab-clicker-ssr/traildepot/config.textproto | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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

Welcome {{ EMAIL }}

\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

Password reset

\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

Change E-Mail Address

\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] } ]