From 0293e04311296dadc2f2ea789536c55ffacd7055 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 25 Jul 2015 14:12:43 +0000 Subject: [PATCH] fix control panel links, broken in Firefox (worked in Chrome) see https://discourse.mailinabox.email/t/bug-present-for-ages/694/3 --- management/templates/aliases.html | 2 +- management/templates/users.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/management/templates/aliases.html b/management/templates/aliases.html index 9336672b..514bae1b 100644 --- a/management/templates/aliases.html +++ b/management/templates/aliases.html @@ -7,7 +7,7 @@

Add a mail alias

-

Aliases are email forwarders. An alias can forward email to a mail user or to any email address.

+

Aliases are email forwarders. An alias can forward email to a mail user or to any email address.

diff --git a/management/templates/users.html b/management/templates/users.html index 5f8f5f2a..b5636569 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -32,9 +32,9 @@
  • Passwords must be at least four characters and may not contain spaces.
  • -
  • Use aliases to create email addresses that forward to existing accounts.
  • +
  • Use aliases to create email addresses that forward to existing accounts.
  • Administrators get access to this control panel.
  • -
  • User accounts cannot contain any international (non-ASCII) characters, but aliases can.
  • +
  • User accounts cannot contain any international (non-ASCII) characters, but aliases can.

Existing mail users