From 86993ad860ccbe2a82391efccfd8a3432dd9c1e0 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 27 Nov 1996 22:04:55 +0000 Subject: Don't show on the screen just securely entered password (in /etc/adduser.message text) Sending password by E-mail on local machine is joke in any case --- usr.sbin/adduser/adduser.perl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl index 6ccab028..21227b1 100644 --- a/usr.sbin/adduser/adduser.perl +++ b/usr.sbin/adduser/adduser.perl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: adduser.perl,v 1.19 1996/09/17 19:34:56 wosch Exp $ +# $Id: adduser.perl,v 1.20 1996/11/20 01:07:46 wosch Exp $ # read variables @@ -1186,8 +1186,8 @@ sub message_create { \$fullname, -your account ``\$name'' was created. Your password is ``\$password''. -Please expire your password. Have fun! +your account ``\$name'' was created. +Have fun! See also chpass(1), finger(1), passwd(1) EOF -- cgit v1.1