From: Zot O'C. <zo...@wh...> - 2003-01-29 10:15:28
|
On Mon, 2003-01-27 at 11:01, Jochen Kalmbach wrote: > "Zot O'Connor" wrote: > > On Sun, 2003-01-26 at 05:30, Jochen Kalmbach wrote: > > > > I am testing this code. I see one problem. Can I "authticate" > current > > > > users who signed in via BOGO? > > > > > > You should be able to use the BOGO login, but then you have no > > > authentication... > > > > That what I was asking. I was trying to add this to a current site. > > There are already users there (few). I was trying to autehticate > > existing users. > > To autehnticate users you need an username and a password. > You can simply add a user by calling the UserRegistartion-page from an admin > account... I guess I am not clear here. I have users, typically with no password. Does that make them not-authenticated? I am trying to take advatnage of the user*management* not just the creation part. > > But maybe I am standiing on the line (bad tranlation from german) > > > > > Simple create your own and it will work... > > > > Can you email a working default home. I am not sure what is broken in > > the page (and its only 13 lines long!). > > <homepage.tmpl> > <?php // -*-html-*- $Id$ > $username = $user->getId(); > ?> > This page is generated automatically. This is the homepage of the user.%%% > You can change it if you want. > </homepage.tmpl> > > Greetings > Jochen Thanks -- Zot O'Connor http://www.ZotConsulting.com http://www.WhiteKnightHackers.com |