From 581fecd469abdf66fd49176e6f4d871f08cb320a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 16 Nov 2016 07:11:36 +0100 Subject: [PATCH] auth: improve message of the day --- .../service/templates/OPNsense/Auth/motd.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/opnsense/service/templates/OPNsense/Auth/motd.in b/src/opnsense/service/templates/OPNsense/Auth/motd.in index fea56070c..0e7bee705 100644 --- a/src/opnsense/service/templates/OPNsense/Auth/motd.in +++ b/src/opnsense/service/templates/OPNsense/Auth/motd.in @@ -1,4 +1,9 @@ - -Hello, this is OPNsense %%CORE_ABI%%. - -Visit us at: https://opnsense.org/ + -------------------------------------------- +| Hello, this is OPNsense %%CORE_ABI%%! | +| | +| Website: https://opnsense.org/ | +| Handbook: https://docs.opnsense.org/  | +| Forums: https://forums.opnsense.org/ | +| Lists: https://lists.opnsense.org/ | +| Code: https://github.com/opnsense | + --------------------------------------------