mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 21:41:57 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92cfad940f | ||
|
|
93ad527061 |
@@ -156,7 +156,7 @@ SECURITY_CHANGEABLE = False
|
||||
SECURITY_RECOVERABLE = False
|
||||
"""Allow password recovery by users."""
|
||||
|
||||
SECURITY_REGISTERABLE = True
|
||||
SECURITY_REGISTERABLE = False
|
||||
""""Allow users to register.
|
||||
|
||||
With this variable set to "False" users will not be
|
||||
@@ -213,11 +213,11 @@ RECAPTCHA_PRIVATE_KEY = None
|
||||
# https://invenio-rdm-records.readthedocs.io/en/latest/configuration.html
|
||||
#
|
||||
# Custom Access Right
|
||||
RDM_RECORDS_CUSTOM_VOCABULARIES = {
|
||||
'access_right': {
|
||||
'path': join(
|
||||
dirname(abspath(__file__)),
|
||||
'restrictions', 'access_right', 'access_right_limit.csv'
|
||||
)
|
||||
}
|
||||
}
|
||||
# RDM_RECORDS_CUSTOM_VOCABULARIES = {
|
||||
# 'access_right': {
|
||||
# 'path': join(
|
||||
# dirname(abspath(__file__)),
|
||||
# 'restrictions', 'access_right', 'access_right_limit.csv'
|
||||
# )
|
||||
# }
|
||||
# }
|
||||
|
||||
@@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``,
|
||||
and parsed by ``setup.py``.
|
||||
"""
|
||||
|
||||
__version__ = "0.4.1"
|
||||
__version__ = "0.4.2"
|
||||
|
||||
Reference in New Issue
Block a user