Skip to content

Commit 9eadede

Browse files
authored
Merge pull request #230 from hydroserver2/v2-deployment
Updated OAuth providers
2 parents 786ce39 + 743c6e5 commit 9eadede

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hydroserver/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"allauth.socialaccount",
6262
"allauth.socialaccount.providers.google",
6363
"allauth.socialaccount.providers.orcid",
64+
"allauth.socialaccount.providers.openid_connect",
6465
"iam.auth.providers.hydroshare",
6566
"iam.auth.providers.orcidsandbox",
6667
"iam.auth.providers.utahid",

sta/migrations/0001_initial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Migration(migrations.Migration):
2727
('code', models.CharField(max_length=500)),
2828
('workspace', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='observed_properties', to='iam.workspace')),
2929
],
30+
options={'verbose_name_plural': 'ObservedProperties'},
3031
bases=(models.Model, iam.models.utils.PermissionChecker),
3132
),
3233
migrations.CreateModel(

0 commit comments

Comments
 (0)