Changeset 32228 in spip-zone
- Timestamp:
- Oct 19, 2009, 9:56:09 PM (11 years ago)
- Location:
- _plugins_/authentification/openid
- Files:
-
- 10 added
- 1 edited
- 16 moved
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/authentification/openid/plugin.xml
r32069 r32228 1 1 <plugin> 2 <nom> <!-- Nom du plugin --> 3 <multi> 4 [fr]Authentification OpenID 5 [en]OpenID Authentication 6 </multi> 7 </nom> 8 <auteur> <!-- Auteur du plugin --> 9 [Edouard Lafargue->mailto:edouard@lafargue.name] 10 <multi> 11 [fr]_ © 2007 - Distribué sous licence GNU/GPL 12 [en]_ © 2007 - Distributed under GNU/GPL License 13 </multi> 14 </auteur> 15 <version>0.8.8</version> 16 <version_base>0.2</version_base> 17 <etat>test</etat> 18 <icon>images/openid_big.png</icon> 19 <description> 20 <multi> 21 [fr]Authentification des auteurs et visiteurs à l'aide de leur OpenID. 22 <br />{Utilisation :} Un utilisateur qui souhaite utiliser son OpenID pour accéder au site doit l'entrer comme adresse de son site web dans son profil. Ensuite, au lieu de mettre son login ou adresse email, il suffit d'entrer son OpenID pour se logguer. 23 [en]Authenticates users with their OpenID. 24 <br />{Using this plugin:} a user wishing to authenticate with her OpenID should enter it as her web site address in her profile. Then, instead of entering her login or email address in the authentication page, she should enter her OpenID. 25 </multi> 26 </description> 27 <options>openid_options.php</options> 28 <lien> 29 [Documentation sur spip-contrib->http://www.spip-contrib.net/Plugin-d-authentification-OpenID] 30 </lien> <!-- URI de documentation --> 31 <!-- spip en version 193 mini --> 32 <necessite id='SPIP' version='[2.0.0;]' /> 2 <nom> <!-- Nom du plugin --> 3 <multi> 4 [fr]Authentification OpenID 5 [en]OpenID Authentication 6 </multi> 7 </nom> 8 <auteur> <!-- Auteur du plugin --> 9 [Edouard Lafargue->mailto:edouard@lafargue.name] 10 <multi> 11 [fr]_ © 2007 - Distribué sous licence GNU/GPL 12 [en]_ © 2007 - Distributed under GNU/GPL License 13 </multi> 14 </auteur> 15 <version>0.8.8</version> 16 <version_base>0.2</version_base> 17 <etat>test</etat> 18 <icon>spip_2_0/images/openid_big.png</icon> 19 <description> 20 <multi> 21 [fr]Authentification des auteurs et visiteurs à l'aide de leur OpenID. 22 <br />{Utilisation :} Un utilisateur qui souhaite utiliser son OpenID pour accéder au site doit l'entrer comme adresse de son site web dans son profil. Ensuite, au lieu de mettre son login ou adresse email, il suffit d'entrer son OpenID pour se logguer. 23 [en]Authenticates users with their OpenID. 24 <br />{Using this plugin:} a user wishing to authenticate with her OpenID should enter it as her web site address in her profile. Then, instead of entering her login or email address in the authentication page, she should enter her OpenID. 25 </multi> 26 </description> 27 <options>spip_2_0/openid_options.php</options> 28 <lien>http://www.spip-contrib.net/Plugin-d-authentification-OpenID</lien><!-- URI de documentation --> 29 <necessite id='SPIP' version='[2.0.0;2.1.0)' /> 33 30 <necessite id="lib:php-openid-2.1.3" src="http://openidenabled.com/files/php-openid/packages/php-openid-2.1.3.zip" /> 34 <prefix>openid</prefix> 35 <install>base/openid_install.php</install> 31 <chemin dir="spip_2_0" /> 32 <prefix>openid</prefix> 33 <install>spip_2_0/base/openid_install.php</install> 34 <pipeline> 35 <nom>declarer_tables_principales</nom> 36 <inclure>spip_2_0/base/openid.php</inclure> 37 </pipeline> 38 <pipeline> 39 <nom>formulaire_charger</nom> 40 <inclure>spip_2_0/openid_pipelines.php</inclure> 41 </pipeline> 42 <pipeline> 43 <nom>afficher_contenu_objet</nom> 44 <inclure>spip_2_0/openid_pipelines.php</inclure> 45 </pipeline> 46 <pipeline> 47 <nom>editer_contenu_objet</nom> 48 <inclure>spip_2_0/openid_pipelines.php</inclure> 49 </pipeline> 50 <pipeline> 51 <nom>pre_edition</nom> 52 <inclure>spip_2_0/openid_pipelines.php</inclure> 53 </pipeline> 54 <pipeline> 55 <nom>recuperer_fond</nom> 56 <inclure>spip_2_0/openid_pipelines.php</inclure> 57 </pipeline> 58 </plugin> 59 <plugin spip="[2.1.0 dev;]"> 60 <nom> <!-- Nom du plugin --> 61 <multi> 62 [fr]Authentification OpenID pour SPIP 2.1 63 [en]OpenID Authentication 64 </multi> 65 </nom> 66 <auteur>[Edouard Lafargue->mailto:edouard@lafargue.name], Cedric Morin [->yterium.net], Fil</auteur> 67 <licence> 68 <multi> 69 [fr]_ © 2007-2009 - Distribué sous licence GNU/GPL 70 [en]_ © 2007-2009 - Distributed under GNU/GPL License 71 </multi> 72 </licence> 73 <version>0.8.8</version> 74 <version_base>0.2</version_base> 75 <etat>test</etat> 76 <icon>images/openid_big.png</icon> 77 <description> 78 <multi> 79 [fr]Authentification des auteurs et visiteurs à l'aide de leur OpenID. 80 <br />{Utilisation :} Un utilisateur qui souhaite utiliser son OpenID pour accéder au site doit l'entrer comme adresse de son site web dans son profil. Ensuite, au lieu de mettre son login ou adresse email, il suffit d'entrer son OpenID pour se logguer. 81 [en]Authenticates users with their OpenID. 82 <br />{Using this plugin:} a user wishing to authenticate with her OpenID should enter it as her web site address in her profile. Then, instead of entering her login or email address in the authentication page, she should enter her OpenID. 83 </multi> 84 </description> 85 <options>openid_options.php</options> 86 <lien>http://www.spip-contrib.net/Plugin-d-authentification-OpenID</lien> 87 <necessite id="lib:php-openid-2.1.3" src="http://openidenabled.com/files/php-openid/packages/php-openid-2.1.3.zip" /> 88 <prefix>openid</prefix> 89 <install>base/openid_install.php</install> 36 90 <pipeline> 37 91 <nom>declarer_tables_principales</nom> … … 49 103 <nom>editer_contenu_objet</nom> 50 104 <inclure>openid_pipelines.php</inclure> 51 </pipeline> 105 </pipeline> 52 106 <pipeline> 53 107 <nom>pre_edition</nom> 54 108 <inclure>openid_pipelines.php</inclure> 55 </pipeline> 109 </pipeline> 56 110 <pipeline> 57 111 <nom>recuperer_fond</nom> -
_plugins_/authentification/openid/spip_2_0/action/controler_openid.php
r32227 r32228 12 12 * formulaire de Login. Si un OpenID est identifié, il lance l'authentification 13 13 * puis, en cas de succès, recherche si l'OpenID en question correspond à un utilisateur 14 * existant sur le site. Pour cela, il recherche un utilisateur sont le champ 'url_site'14 * existant sur le site. Pour cela, il recherche un utilisateur dont le champ 'url_site' 15 15 * est égal à cet OpenID. Si aucun n'existe, erreur. Sinon il écrit le cookie de session 16 16 * et redirige vers la première page
Note: See TracChangeset
for help on using the changeset viewer.