From: Jochen K. <Jo...@Ka...> - 2003-01-27 18:56:13
|
"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... 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 |