FIX: broken links to user profile on subfolder install

This commit is contained in:
Neil Lalonde 2015-12-15 14:26:23 -05:00
parent 42a523a3be
commit 05b12d108f

View File

@ -1850,9 +1850,9 @@ en:
text_body_template: |
This is an automated message.
The new user [%{username}](%{base_url}%{user_url}) was automatically blocked because multiple users flagged %{username}'s post(s).
The new user [%{username}](%{user_url}) was automatically blocked because multiple users flagged %{username}'s post(s).
Please [review the flags](%{base_url}/admin/flags). If %{username} was incorrectly blocked from posting, click the unblock button on [the admin page for this user](%{base_url}%{user_url}).
Please [review the flags](%{base_url}/admin/flags). If %{username} was incorrectly blocked from posting, click the unblock button on [the admin page for this user](%{user_url}).
This threshold can be changed via the `block_new_user` site settings.
@ -1861,9 +1861,9 @@ en:
text_body_template: |
This is an automated message.
The new user [%{username}](%{base_url}%{user_url}) tried to create multiple posts with links to %{domains}, but those posts were blocked to avoid spam. The user is still able to create new posts that do not link to %{domains}.
The new user [%{username}](%{user_url}) tried to create multiple posts with links to %{domains}, but those posts were blocked to avoid spam. The user is still able to create new posts that do not link to %{domains}.
Please [review the user](%{base_url}%{user_url}).
Please [review the user](%{user_url}).
This can be modified via the `newuser_spam_host_threshold` and `white_listed_spam_host_domains` site settings.