Skip to content

Commit

Permalink
Remove occurrences of my old nonexistent email address (#342)
Browse files Browse the repository at this point in the history
* Remove occurrences of my old nonexistent email address

* Fix typo in email address
  • Loading branch information
lorenzogil authored Sep 5, 2022
1 parent 5fb7aec commit 222533f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions djangosaml2/tests/remote_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
<md:EntityDescriptor entityID="https://idp1.example.com/simplesaml/saml2/idp/metadata.php">
Expand Down Expand Up @@ -57,7 +57,7 @@
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
<md:EntityDescriptor entityID="https://idp2.example.com/simplesaml/saml2/idp/metadata.php">
Expand Down Expand Up @@ -87,7 +87,7 @@
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
<md:EntityDescriptor entityID="https://idp3.example.com/simplesaml/saml2/idp/metadata.php">
Expand Down Expand Up @@ -117,7 +117,7 @@
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
</md:EntitiesDescriptor>
2 changes: 1 addition & 1 deletion djangosaml2/tests/remote_metadata_one_idp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
</md:EntitiesDescriptor>
2 changes: 1 addition & 1 deletion djangosaml2/tests/remote_metadata_post_binding.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
</md:EntitiesDescriptor>
6 changes: 3 additions & 3 deletions djangosaml2/tests/remote_metadata_three_idps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
<md:EntityDescriptor entityID="https://idp2.example.com/simplesaml/saml2/idp/metadata.php">
Expand Down Expand Up @@ -57,7 +57,7 @@
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
<md:EntityDescriptor entityID="https://idp3.example.com/simplesaml/saml2/idp/metadata.php">
Expand Down Expand Up @@ -87,7 +87,7 @@
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
</md:EntitiesDescriptor>
2 changes: 1 addition & 1 deletion djangosaml2/tests/sp_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ JMCJ3g73lNb3DTDS0UO+zLTlTHb1M/uJJnGY/CCb4kmoPRpxgMbybOh2TVfx9RHm
</md:Organization>
<md:ContactPerson contactType="technical">
<md:SurName>Administrator</md:SurName>
<md:EmailAddress>[email protected]</md:EmailAddress>
<md:EmailAddress>[email protected]</md:EmailAddress>
</md:ContactPerson>
</md:EntityDescriptor>
</md:EntitiesDescriptor>
2 changes: 1 addition & 1 deletion docs/source/contents/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ settings.py file under the SAML_CONFIG option. We will see a typical configurati
{'given_name': 'Lorenzo',
'sur_name': 'Gil',
'company': 'Yaco Sistemas',
'email_address': '[email protected]',
'email_address': '[email protected]',
'contact_type': 'technical'},
{'given_name': 'Angel',
'sur_name': 'Fernandez',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2011-2012 Yaco Sistemas <[email protected]>
# Copyright (C) 2011-2012 Yaco Sistemas <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -53,7 +53,7 @@ def read(*rnames):
],
keywords="django,pysaml2,sso,saml2,federated authentication,authentication",
author="Yaco Sistemas and independent contributors",
author_email="[email protected]",
author_email="[email protected]",
maintainer="Giuseppe De Marco",
url="https://github.com/IdentityPython/djangosaml2",
download_url="https://pypi.org/project/djangosaml2/",
Expand Down

0 comments on commit 222533f

Please sign in to comment.