From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 01:40:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4CB416A41F for ; Wed, 5 Oct 2005 01:40:44 +0000 (GMT) (envelope-from tom@trancegeek.net) Received: from jet14.hasweb.com (jet14.hasweb.com [72.29.75.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D9243D45 for ; Wed, 5 Oct 2005 01:40:44 +0000 (GMT) (envelope-from tom@trancegeek.net) Received: from pool-70-19-228-176.bos.east.verizon.net ([70.19.228.176] helo=[192.168.1.24]) by jet14.hasweb.com with esmtpa (Exim 4.52) id 1EMyGw-0000t8-AL; Tue, 04 Oct 2005 21:40:42 -0400 Message-ID: <43432F18.7060508@trancegeek.net> Date: Tue, 04 Oct 2005 21:40:40 -0400 From: Tom Norris User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: sulie halim References: <20051005013628.92865.qmail@web54613.mail.yahoo.com> In-Reply-To: <20051005013628.92865.qmail@web54613.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet14.hasweb.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - trancegeek.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: Password X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 01:40:46 -0000 sulie halim wrote: > systems, how can i view all their usernames and > passwords? You can't. FreeBSD uses a one way hash to encode the passwords. If you are the administrator you can change the password though: #passwd user-that-forgot-their-password New password: New password again: -- Tom