]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - basic/runtime/org.argeo.basic.nodeps/src/main/java/org/argeo/util/crypto/AbstractKeyring.java
Improve login and keyring
[lgpl/argeo-commons.git] / basic / runtime / org.argeo.basic.nodeps / src / main / java / org / argeo / util / crypto / AbstractKeyring.java
index 3e9da4c2cd501ee807879544a8c71b01d5625d3c..ee82fd944c072a1cebe5a17dd7376b73046d1801 100644 (file)
@@ -160,13 +160,13 @@ public abstract class AbstractKeyring implements Keyring {
                        } else {// setup keyring
                                TextOutputCallback textCb1 = new TextOutputCallback(
                                                TextOutputCallback.INFORMATION,
-                                               "Enter a master password");
+                                               "Enter a master password which will protect your private data");
                                TextOutputCallback textCb2 = new TextOutputCallback(
                                                TextOutputCallback.INFORMATION,
-                                               "It will encrypt your private data");
+                                               "(for example your credentials to third-party services)");
                                TextOutputCallback textCb3 = new TextOutputCallback(
                                                TextOutputCallback.INFORMATION,
-                                               "Don't forget it or your data is lost");
+                                               "Don't forget this password since the data cannot be read without it");
                                PasswordCallback confirmPasswordCb = new PasswordCallback(
                                                "Confirm password", false);
                                // first try