From f618abefdf97759abd14377a9e0439bef68e7ce1 Mon Sep 17 00:00:00 2001 From: Gio Date: Wed, 14 Dec 2016 14:25:43 +0100 Subject: [PATCH] Change the auto-login warning message accordign to Cyril suggestion --- retroshare.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare.pri b/retroshare.pri index 9fa10e9bd..8410ba442 100644 --- a/retroshare.pri +++ b/retroshare.pri @@ -151,5 +151,5 @@ sqlcipher:DEFINES -= NO_SQLCIPHER no_sqlcipher:DEFINES *= NO_SQLCIPHER rs_autologin { DEFINES *= RS_AUTOLOGIN - warning(You have enabled RetroShare autologin this is strongly discouraged as it may compromise your node security in multiple ways) + warning(You have enabled RetroShare auto-login, this is discouraged. The usage of auto-login on some linux distributions may allow someone having access to your session to steal the SSL keys of your node location and therefore compromise your security) }