summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-04-20 18:16:10 +0200
committerGravatar default2023-04-20 18:16:10 +0200
commit7af3afaa4b6ce822d8976b235fd6d96fdae440d7 (patch)
tree2c567b79a1ef8b07ebf6f00db17854b175d26fc2
parentReplace %admin_email% in greeting.html. (diff)
downloadsnac2-7af3afaa4b6ce822d8976b235fd6d96fdae440d7.tar.gz
snac2-7af3afaa4b6ce822d8976b235fd6d96fdae440d7.tar.xz
snac2-7af3afaa4b6ce822d8976b235fd6d96fdae440d7.zip
The default greeting.html now include %admin_email%.
-rw-r--r--utils.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/utils.c b/utils.c
index 24a6be6..b685ca0 100644
--- a/utils.c
+++ b/utils.c
@@ -65,12 +65,9 @@ const char *greeting_html =
65 "Mastodon, Pleroma, Friendica, etc. all around the world.</p>\n" 65 "Mastodon, Pleroma, Friendica, etc. all around the world.</p>\n"
66 "\n" 66 "\n"
67 "<p>There is no automatic sign up process for this server. If you want to be a part of\n" 67 "<p>There is no automatic sign up process for this server. If you want to be a part of\n"
68 "this community, please write an email to\n" 68 "this community, please write an email to %admin_email%\n"
69 "\n"
70 "the administrator of this instance\n"
71 "\n"
72 "and ask politely indicating what is your preferred user id (alphanumeric characters\n" 69 "and ask politely indicating what is your preferred user id (alphanumeric characters\n"
73 "only) and the full name you want to appear as.</p>\n" 70 "only).</p>\n"
74 "\n" 71 "\n"
75 "<p>The following users are already part of this community:</p>\n" 72 "<p>The following users are already part of this community:</p>\n"
76 "\n" 73 "\n"