inveniosoftware / invenio-oauthclient

Invenio module that provides OAuth web authorization support.
https://invenio-oauthclient.readthedocs.io
MIT License
6 stars 76 forks source link

CERN: CFG_EXTERNAL_AUTH_HIDDEN_GROUPS* config options renaming #76

Closed jirikuncar closed 8 years ago

jirikuncar commented 8 years ago

Rename configuration options starting with CFG_* to follow Invenio 3 naming style:

  1. OAUTHCLIENT_CERN_HIDDEN_GROUPS* - fits the module naming
  2. CERN_HIDDEN_GROUPS* - just shorter version that fits the name in contrib folder

cc @inveniosoftware/triagers addresses #73

switowski commented 8 years ago

+1 for the first version, it's easier to see in which module a given config variable is used.