vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 322a08edfb3f6dc2958025ddbe33f5d71463c133
parent 8bbbff7567e611e1366e981de988f5249c6a8a0d
Author: Jeremy Lin <jeremy.lin@gmail.com>
Date:   Wed, 13 May 2020 12:29:47 -0700

Update startup banner to direct usage/config questions to the forum

Diffstat:
Msrc/main.rs | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs @@ -102,7 +102,10 @@ fn launch_info() { println!("|--------------------------------------------------------------------|"); println!("| This is an *unofficial* Bitwarden implementation, DO NOT use the |"); println!("| official channels to report bugs/features, regardless of client. |"); - println!("| Report URL: https://github.com/dani-garcia/bitwarden_rs/issues/new |"); + println!("| Send usage/configuration questions or feature requests to: |"); + println!("| https://bitwardenrs.discourse.group/ |"); + println!("| Report suspected bugs/issues in the software itself at: |"); + println!("| https://github.com/dani-garcia/bitwarden_rs/issues/new |"); println!("\\--------------------------------------------------------------------/\n"); }