Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Strange behaviour in Apache::Htpasswd::htpasswd()

by George_Sherston (Vicar)
on Oct 25, 2002 at 09:54 UTC ( [id://207944]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    user1:pwd1
    user2:pwd2
    ...
    user4:pwd4
    user5:pwd5
    user6:pwd6
    
  2. or download this
    user1:pwd1
    user2:pwd2
    user3:newpwd3:user4:pwd4
    user5:pwd5
    user6:pwd6
    
  3. or download this
    my $g = shift;
    my $UserName = shift;
    ...
    #$pwd->htpasswd($UserName, $g->{NewPassWord}, $g->{OldPassWord});
    # either with the line above or the line below it still goes wrong:
    $pwd->htpasswd($UserName, $g->{NewPassWord}, 1);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://207944]
Approved by robartes
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-23 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found