Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #60 from fedora-infra/feature/stg-too
Browse files Browse the repository at this point in the history
Let this work in staging also.
  • Loading branch information
ralphbean committed Feb 23, 2016
2 parents 75408b2 + 6cf829c commit b76a108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmn/lib/defaults.py
Expand Up @@ -221,7 +221,7 @@ def create_defaults_for(session, user, only_for=None, detail_values=None):

detail_values = detail_values or {}

if not user.openid.endswith('id.fedoraproject.org'):
if not user.openid.endswith('.fedoraproject.org'):
log.warn("New user not from fedoraproject.org. No defaults set.")
return

Expand Down

0 comments on commit b76a108

Please sign in to comment.