[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] .htaccess
- Subject: Re: [cobalt-users] .htaccess
- From: Aeron Jarrett <ajarrett@xxxxxxxxxxxxx>
- Date: Mon Aug 7 18:01:11 2000
I'm endeavouring to do the same thing for one of my clients. But if you do
it this way, you must give the password twice, no? Because the htpasswd
script itself request that the password be entered twice on stdin. And I
think that what you'd have to do is something like
$passwd $passwd > htpasswd $username
so that the password is passed twice on stdin.