Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
324d3166
Commit
324d3166
authored
May 23, 2013
by
Giorgos Korfiatis
Browse files
astakos: Remove setting PENDING_APPLICATION_LIMIT
parent
a772b545
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/settings.py
View file @
324d3166
...
@@ -191,12 +191,6 @@ TRANSLATE_UUIDS = getattr(settings, 'ASTAKOS_TRANSLATE_UUIDS', False)
...
@@ -191,12 +191,6 @@ TRANSLATE_UUIDS = getattr(settings, 'ASTAKOS_TRANSLATE_UUIDS', False)
# Users that can approve or deny project applications from the web.
# Users that can approve or deny project applications from the web.
PROJECT_ADMINS
=
getattr
(
settings
,
'ASTAKOS_PROJECT_ADMINS'
,
set
())
PROJECT_ADMINS
=
getattr
(
settings
,
'ASTAKOS_PROJECT_ADMINS'
,
set
())
# Maximum pending project applications per applicant.
# This is to reduce the volume of applications
# in case users abuse the mechanism.
PENDING_APPLICATION_LIMIT
=
getattr
(
settings
,
'ASTAKOS_PENDING_APPLICATION_LIMIT'
,
0
)
# OAuth2 Twitter credentials.
# OAuth2 Twitter credentials.
TWITTER_TOKEN
=
getattr
(
settings
,
'ASTAKOS_TWITTER_TOKEN'
,
''
)
TWITTER_TOKEN
=
getattr
(
settings
,
'ASTAKOS_TWITTER_TOKEN'
,
''
)
TWITTER_SECRET
=
getattr
(
settings
,
'ASTAKOS_TWITTER_SECRET'
,
''
)
TWITTER_SECRET
=
getattr
(
settings
,
'ASTAKOS_TWITTER_SECRET'
,
''
)
...
...
snf-astakos-app/conf/20-snf-astakos-app-settings.conf
View file @
324d3166
...
@@ -128,11 +128,6 @@
...
@@ -128,11 +128,6 @@
# UUIDs of users that can approve or deny project applications from the web.
# UUIDs of users that can approve or deny project applications from the web.
# ASTAKOS_PROJECT_ADMINS = set() # e.g. set(['01234567-89ab-cdef-0123-456789abcdef'])
# ASTAKOS_PROJECT_ADMINS = set() # e.g. set(['01234567-89ab-cdef-0123-456789abcdef'])
# Maximum pending project applications per applicant.
# This is to reduce the volume of applications
# in case users abuse the mechanism.
#ASTAKOS_PENDING_APPLICATION_LIMIT = 0
# OAuth2 Twitter credentials.
# OAuth2 Twitter credentials.
#ASTAKOS_TWITTER_KEY = ''
#ASTAKOS_TWITTER_KEY = ''
#ASTAKOS_TWITTER_SECRET = ''
#ASTAKOS_TWITTER_SECRET = ''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment