Changeset 4332


Ignore:
Timestamp:
06/30/09 22:47:26 (4 years ago)
Author:
KennethLavrsen
Message:

Item1780: Under Windows using sha1 passwords new registrations create non working password
This is caused by some code that should not have been merged to Release branch
This will trigger me to release a 1.0.7 within a few days because this bug causes trouble
for any native Windows installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/core/lib/Foswiki/Users/HtPasswdUser.pm

    r3825 r4332  
    168168    if ( $Foswiki::cfg{Htpasswd}{Encoding} eq 'sha1' ) { 
    169169        my $encodedPassword = 
    170           '{SHA}' . Digest::SHA::sha1_base64($passwd); 
     170          '{SHA}' . Digest::SHA::sha1_base64($passwd) . '='; 
    171171 
    172172        # don't use chomp, it relies on $/ 
Note: See TracChangeset for help on using the changeset viewer.