[dw-free] http://bugs.dwscoalition.org/show_bug.cgi?id=1013
[commit: http://hg.dwscoalition.org/dw-free/rev/b70ef046b58e]
http://bugs.dwscoalition.org/show_bug.cgi?id=1013
Fix the last commit which left out a part to make the logic work completely.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1013
Fix the last commit which left out a part to make the logic work completely.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/talklib.pl
-------------------------------------------------------------------------------- diff -r f6dbed2712c3 -r b70ef046b58e cgi-bin/talklib.pl --- a/cgi-bin/talklib.pl Wed Apr 29 06:41:40 2009 +0000 +++ b/cgi-bin/talklib.pl Wed Apr 29 06:45:23 2009 +0000 @@ -2890,7 +2890,7 @@ sub init { unless $remote && $remote->{'user'} eq $userpost; return undef if @$errret; - $cookie_auth = 1; + $cookie_auth = 1 unless exists $form->{ecphash}; $form->{'userpost'} = $remote->{'user'}; $form->{'usertype'} = "user"; } --------------------------------------------------------------------------------