aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/obscure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/obscure.c b/libbb/obscure.c
index 8df3e7504..4d159a771 100644
--- a/libbb/obscure.c
+++ b/libbb/obscure.c
@@ -163,7 +163,7 @@ password_check(const char *old, const char *newval, const struct passwd *pwdp)
msg = "too similiar";
else if ( strstr(newval, pwdp->pw_name) )
- msg = "don't use something like your username as password";
+ msg = "username in password";
else {
safe_strncpy(wrapped + lenwrap, wrapped, lenwrap + 1);