Skip to content

Commit 222533f

Browse files
authored
Remove occurrences of my old nonexistent email address (#342)
* Remove occurrences of my old nonexistent email address * Fix typo in email address
1 parent 5fb7aec commit 222533f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

djangosaml2/tests/remote_metadata.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</md:Organization>
2828
<md:ContactPerson contactType="technical">
2929
<md:SurName>Administrator</md:SurName>
30-
<md:EmailAddress>[email protected]</md:EmailAddress>
30+
<md:EmailAddress>[email protected]</md:EmailAddress>
3131
</md:ContactPerson>
3232
</md:EntityDescriptor>
3333
<md:EntityDescriptor entityID="https://idp1.example.com/simplesaml/saml2/idp/metadata.php">
@@ -57,7 +57,7 @@
5757
</md:Organization>
5858
<md:ContactPerson contactType="technical">
5959
<md:SurName>Administrator</md:SurName>
60-
<md:EmailAddress>[email protected]</md:EmailAddress>
60+
<md:EmailAddress>[email protected]</md:EmailAddress>
6161
</md:ContactPerson>
6262
</md:EntityDescriptor>
6363
<md:EntityDescriptor entityID="https://idp2.example.com/simplesaml/saml2/idp/metadata.php">
@@ -87,7 +87,7 @@
8787
</md:Organization>
8888
<md:ContactPerson contactType="technical">
8989
<md:SurName>Administrator</md:SurName>
90-
<md:EmailAddress>[email protected]</md:EmailAddress>
90+
<md:EmailAddress>[email protected]</md:EmailAddress>
9191
</md:ContactPerson>
9292
</md:EntityDescriptor>
9393
<md:EntityDescriptor entityID="https://idp3.example.com/simplesaml/saml2/idp/metadata.php">
@@ -117,7 +117,7 @@
117117
</md:Organization>
118118
<md:ContactPerson contactType="technical">
119119
<md:SurName>Administrator</md:SurName>
120-
<md:EmailAddress>[email protected]</md:EmailAddress>
120+
<md:EmailAddress>[email protected]</md:EmailAddress>
121121
</md:ContactPerson>
122122
</md:EntityDescriptor>
123123
</md:EntitiesDescriptor>

djangosaml2/tests/remote_metadata_one_idp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</md:Organization>
2828
<md:ContactPerson contactType="technical">
2929
<md:SurName>Administrator</md:SurName>
30-
<md:EmailAddress>[email protected]</md:EmailAddress>
30+
<md:EmailAddress>[email protected]</md:EmailAddress>
3131
</md:ContactPerson>
3232
</md:EntityDescriptor>
3333
</md:EntitiesDescriptor>

djangosaml2/tests/remote_metadata_post_binding.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</md:Organization>
2828
<md:ContactPerson contactType="technical">
2929
<md:SurName>Administrator</md:SurName>
30-
<md:EmailAddress>[email protected]</md:EmailAddress>
30+
<md:EmailAddress>[email protected]</md:EmailAddress>
3131
</md:ContactPerson>
3232
</md:EntityDescriptor>
3333
</md:EntitiesDescriptor>

djangosaml2/tests/remote_metadata_three_idps.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</md:Organization>
2828
<md:ContactPerson contactType="technical">
2929
<md:SurName>Administrator</md:SurName>
30-
<md:EmailAddress>[email protected]</md:EmailAddress>
30+
<md:EmailAddress>[email protected]</md:EmailAddress>
3131
</md:ContactPerson>
3232
</md:EntityDescriptor>
3333
<md:EntityDescriptor entityID="https://idp2.example.com/simplesaml/saml2/idp/metadata.php">
@@ -57,7 +57,7 @@
5757
</md:Organization>
5858
<md:ContactPerson contactType="technical">
5959
<md:SurName>Administrator</md:SurName>
60-
<md:EmailAddress>[email protected]</md:EmailAddress>
60+
<md:EmailAddress>[email protected]</md:EmailAddress>
6161
</md:ContactPerson>
6262
</md:EntityDescriptor>
6363
<md:EntityDescriptor entityID="https://idp3.example.com/simplesaml/saml2/idp/metadata.php">
@@ -87,7 +87,7 @@
8787
</md:Organization>
8888
<md:ContactPerson contactType="technical">
8989
<md:SurName>Administrator</md:SurName>
90-
<md:EmailAddress>[email protected]</md:EmailAddress>
90+
<md:EmailAddress>[email protected]</md:EmailAddress>
9191
</md:ContactPerson>
9292
</md:EntityDescriptor>
9393
</md:EntitiesDescriptor>

djangosaml2/tests/sp_metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ JMCJ3g73lNb3DTDS0UO+zLTlTHb1M/uJJnGY/CCb4kmoPRpxgMbybOh2TVfx9RHm
3636
</md:Organization>
3737
<md:ContactPerson contactType="technical">
3838
<md:SurName>Administrator</md:SurName>
39-
<md:EmailAddress>[email protected]</md:EmailAddress>
39+
<md:EmailAddress>[email protected]</md:EmailAddress>
4040
</md:ContactPerson>
4141
</md:EntityDescriptor>
4242
</md:EntitiesDescriptor>

docs/source/contents/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ settings.py file under the SAML_CONFIG option. We will see a typical configurati
581581
{'given_name': 'Lorenzo',
582582
'sur_name': 'Gil',
583583
'company': 'Yaco Sistemas',
584-
'email_address': '[email protected]',
584+
'email_address': '[email protected]',
585585
'contact_type': 'technical'},
586586
{'given_name': 'Angel',
587587
'sur_name': 'Fernandez',

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2011-2012 Yaco Sistemas <[email protected]>
1+
# Copyright (C) 2011-2012 Yaco Sistemas <[email protected]>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -53,7 +53,7 @@ def read(*rnames):
5353
],
5454
keywords="django,pysaml2,sso,saml2,federated authentication,authentication",
5555
author="Yaco Sistemas and independent contributors",
56-
author_email="[email protected]",
56+
author_email="[email protected]",
5757
maintainer="Giuseppe De Marco",
5858
url="https://github.com/IdentityPython/djangosaml2",
5959
download_url="https://pypi.org/project/djangosaml2/",

0 commit comments

Comments
 (0)