Changeset 59662 in spip-zone
- Timestamp:
- Mar 23, 2012, 2:38:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/authentification/browserid/action/browserid_verify.php
r59307 r59662 85 85 if ($statut_inscription) { 86 86 include_spip('formulaires/inscription'); 87 $login = test_login(88 preg_replace(',@.*,', '', $a['email']), $a['email']89 ); # unicite a la rache.87 #$login = test_login( 88 # preg_replace(',@.*,', '', $a['email']), $a['email'] 89 # ); # unicite a la rache. 90 90 91 91 sql_insertq('spip_auteurs', array( … … 93 93 'statut' => $statut_inscription, 94 94 'nom' => preg_replace('/@.*/', '', $a['email']), 95 'login' => $ login95 'login' => $a['email'] 96 96 )); 97 97 $auteur = sql_fetsel('*', 'spip_auteurs', 'email='.sql_quote($a['email']));
Note: See TracChangeset
for help on using the changeset viewer.