Date: 07/31/00
- Next message: Mikhail Avrekh: "[phplib] page_open() and if...else"
- Previous message: francis bouchard: "Re: [phplib] how to prevent blank variable submission on expired auth"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've writed my own login form and it works well.
Now, I want to catch failed login and notify them with a message when
the form is been sent again.
I've seen in loginform.ihtml the following lines:
> <?php if ($this->auth["error"]): ?>
> <!-- failed login code -->
> [snip]
> <?php
> $this->auth["error"] = "";
> endif;
> ?>
but I doesn't understand where I have to set "$this->auth["error"]".
Could you help me ?
-- - Zack -Stefano Zacchiroli <zacchiro <email protected>> ICQ# 33538863 Undergraduate Student of Computer Science at University of Bologna, Italy SysAdm of verdicchio.students.cs.unibo.it (130.136.3.134) "Information wants to be Open"
- application/pgp-signature attachment: stored
- Next message: Mikhail Avrekh: "[phplib] page_open() and if...else"
- Previous message: francis bouchard: "Re: [phplib] how to prevent blank variable submission on expired auth"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

