[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: MiniMate access problems
yumiko jung wrote:
> ****** message to minivend-users from "yumiko jung" <yumiko_jung@hotmail.com> ******
>
> Hi, all.
> I have the same problem that minimate does not ask for authentication.
> I put .access of non-0 size and .access_gate in lib/MiniMate/pages/admin.
> Authentication never happens, so nobody can not open the admin page.
>
> What should I do to have MiniMate ask for authentication ??
> Please help.
> Thanks.
>
> >From: Stefan Hornburg <racke@linuxia.de>
> >Reply-To: minivend-users@minivend.com
> >To: minivend-users@minivend.com
> >Subject: Re: MiniMate access problems
> >Date: 28 Jul 1999 12:38:08 +0200
> >
> >****** message to minivend-users from Stefan Hornburg <racke@linuxia.de>
> > ******
> >
> >"Bao C. Ha" <bao@hacom.net> writes:
> >
> > > I install MiniMate. I created the file .access containing the
> > > following:
> > >
> > > Variable MV_NO_CRYPT 1
> > > RemoteUser demo
> > > Password Gu3109n
> >
> >This has to go into the catalog configuration file, not into the .access
> >file. The .access should contain an arbitrary string, e.g. "secure".
> >BTW, you should never use example passwords or publish them.
> >
> >Obviously, this part of the documentation is misleading.
> >I would appreciate a suggestion to improve it.
> >
> >Ciao
> > Racke
> >
> >--
> >LinuXia - Solutions of Cool Competence - Internetprogramming and more
> >D-30163 Hannover, Waldstraße 4, 0511-3941290 (http://www.linuxia.de/)
> >Wir realisieren Onlineshops mit Minivend (http://www.minivend.com)
> >und MiniMate (http://www.linuxia.de/minimate/).
> >-
> >To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> >email with 'UNSUBSCRIBE minivend-users' in the body to
> >Majordomo@minivend.com.
> >Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
> _______________________________________________________________
> Get Free Email and Do More On The Web. Visit http://www.msn.com
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
hi,
try a zero lengh .access file in your lib/MiniMate/pages/admin and create a .access_gate file
in the same directory containing:
* : [value name=toto set="[data session username]" hide=1][if value toto eq
'minivend']Yes[/if]
then in your site create a user called minivend (site admin) and modify in your minivend.cfg
or catalog.cfg (don't remember which)
Variable MV_NO_CRYPT 1
AdminUser minivend:yourpass
cheers,
laurent demaret