diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-27 22:04:55 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-27 22:04:55 +0000 |
commit | 28c5126cfbd4ec74709131aac19b4a1bea00e7d9 (patch) | |
tree | 28b4e5b2523fbe104bc03490678957d7f45eb7c3 /usr.sbin/adduser/adduser.perl | |
parent | a9695b96ac309ad494cedcf3dd584eeecb8c4f07 (diff) | |
download | src-28c5126cfbd4ec74709131aac19b4a1bea00e7d9.tar.gz src-28c5126cfbd4ec74709131aac19b4a1bea00e7d9.zip |
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
Notes
Notes:
svn path=/head/; revision=19987
Diffstat (limited to 'usr.sbin/adduser/adduser.perl')
-rw-r--r-- | usr.sbin/adduser/adduser.perl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl index 6ccab0284beb..21227b1b5742 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 |