Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: inscription.php,v 1.29 2007-08-27 12:34:32 alexandre_tb Exp $
|
22 |
// CVS : $Id: inscription.php,v 1.30 2007-08-28 15:13:25 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Inscription
|
24 |
* Inscription
|
25 |
*
|
25 |
*
|
26 |
* Un module d'inscription, en general ce code est specifique a
|
26 |
* Un module d'inscription, en general ce code est specifique a
|
27 |
* un site web
|
27 |
* un site web
|
Line 30... |
Line 30... |
30 |
//Auteur original :
|
30 |
//Auteur original :
|
31 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
31 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
33 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
34 |
*@copyright Tela-Botanica 2000-2007
|
34 |
*@copyright Tela-Botanica 2000-2007
|
35 |
*@version $Revision: 1.29 $ $Date: 2007-08-27 12:34:32 $
|
35 |
*@version $Revision: 1.30 $ $Date: 2007-08-28 15:13:25 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 284... |
Line 284... |
284 |
|
284 |
|
285 |
|
285 |
|
286 |
if ((!$GLOBALS['AUTH']->getAuth())&&($_REQUEST['action']!='inscription')&&($_REQUEST['action']!='inscription_v')) {
|
286 |
if ((!$GLOBALS['AUTH']->getAuth())&&($_REQUEST['action']!='inscription')&&($_REQUEST['action']!='inscription_v')) {
|
- |
|
287 |
if (isset($_POST['username']) && $_POST['username'] != '') {
|
- |
|
288 |
$res .= '<p class="erreur">'.INS_ERREUR_LOGIN.'</p><br />'."\n".inscription_formulaire_envoi_passe();
|
287 |
if (isset($_POST['username']) && $_POST['username'] != '') {
|
289 |
} else if ($_REQUEST['action'] == 'mdp_oubli') {
|
288 |
$res .= '<p class="erreur">'.INS_ERREUR_LOGIN.'</p><br />'."\n".inscription_formulaire_envoi_passe();
|
290 |
$res .= inscription_formulaire_envoi_passe();
|
289 |
} else {
|
291 |
} else {
|
290 |
$res .= inscription_AUTH_formulaire_login() ;
|
292 |
$res .= inscription_AUTH_formulaire_login() ;
|
Line 304... |
Line 306... |
304 |
}
|
306 |
}
|
Line 305... |
Line 307... |
305 |
|
307 |
|
306 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
308 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
307 |
*
|
309 |
*
|
- |
|
310 |
* $Log: not supported by cvs2svn $
|
- |
|
311 |
* Revision 1.29 2007-08-27 12:34:32 alexandre_tb
|
- |
|
312 |
* remplacement d un die en retour en erreur
|
308 |
* $Log: not supported by cvs2svn $
|
313 |
*
|
309 |
* Revision 1.28 2007-06-26 09:32:32 neiluj
|
314 |
* Revision 1.28 2007-06-26 09:32:32 neiluj
|
310 |
* debug inscription (warnings) et adaptation php5
|
315 |
* debug inscription (warnings) et adaptation php5
|
311 |
*
|
316 |
*
|
312 |
* Revision 1.27 2007-06-25 09:59:03 alexandre_tb
|
317 |
* Revision 1.27 2007-06-25 09:59:03 alexandre_tb
|