19,7 → 19,7 |
// | License along with this library; if not, write to the Free Software | |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
// +------------------------------------------------------------------------------------------------------+ |
// CVS : $Id: identification.php,v 1.4 2004-09-23 10:53:44 jpm Exp $ |
// CVS : $Id: identification.php,v 1.5 2004-09-23 14:31:12 jpm Exp $ |
/** |
* Applette : identification |
* |
38,7 → 38,7 |
//Autres auteurs : |
*@author Aucun |
*@copyright Tela-Botanica 2000-2004 |
*@version $Revision: 1.4 $ $Date: 2004-09-23 10:53:44 $ |
*@version $Revision: 1.5 $ $Date: 2004-09-23 14:31:12 $ |
// +------------------------------------------------------------------------------------------------------+ |
*/ |
|
82,7 → 82,8 |
function afficherFormIdentification($tab_arguments, $_GEN_commun) |
{ |
// Initialisation de variable. |
$objet_pear_auth = $_GEN_commun['pear_auth']; |
$objet_pear_auth = $_GEN_commun['pear_auth']; |
$objet_pear_db = $_GEN_commun['pear_db']; |
$url = $_GEN_commun['url']->getUrl(); |
// Récupération des valeurs pour le login et le mot de passe |
$mot_de_passe = (! isset($_POST['password'])) ? '' : $_POST['password']; |
90,8 → 91,11 |
|
// ATTENTION : Partie à supprimer une fois les mise à jour effectué dans l'annuaire de Tela Botanica |
// Devrait être déplacer dans l'appli inscription de Tela. |
if (isset($_GEN_commun['auth_info']->gsab_nom_table) && $_GEN_commun['auth_info']->gsab_nom_table == 'annuaire_tela') { |
verification_mot_de_passe($db, $mot_de_passe, $login); |
if (isset($_GEN_commun['info_auth_bdd']->gsab_nom_table) && $_GEN_commun['info_auth_bdd']->gsab_nom_table == 'annuaire_tela') { |
verification_mot_de_passe($objet_pear_db, $mot_de_passe, $login); |
if (isset($_POST['connexion'])) { |
$_GEN_commun['pear_auth']->login(); |
} |
} |
|
if (! $objet_pear_auth->getAuth()) { |
141,6 → 145,9 |
/* +--Fin du code ----------------------------------------------------------------------------------------+ |
* |
* $Log: not supported by cvs2svn $ |
* Revision 1.4 2004/09/23 10:53:44 jpm |
* Suppression de l'attribut size. Gestion via les css. |
* |
* Revision 1.3 2004/06/28 10:18:48 alex |
* suppression de balises <p> |
* |