[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Login issues
- Subject: Re: Login issues
- From: Seneca Cunningham <..hidden..>
- Date: Thu, 4 Jan 2007 21:54:12 -0500
On Thu, Jan 04, 2007 at 12:51:01PM -0500, Michael Schultheiss wrote:
> Chris Travers wrote:
> > Hi Mike;
> >
> > Try the patch to upgrade to 1.1.6 from sourceforge.
>
> I've patched my 1.1.5 install to 1.1.6 and still get:
>
> Error!
>
> Access Denied!
>
> both on logging in or trying to edit the password from the admin
> interface.
Change line 731 of LedgerSMB/User.pm from
if ($filename =~ /^(.:)*?|\.\./) {
to
if ($filename =~ /^(.:)+?|\.\./) {
--
Seneca
..hidden..