|
@@ -295,6 +295,10 @@ List of available settings in your `settings_local.py` file.
|
|
- `LDAP_ACTIVATE`: See *LDAP*
|
|
- `LDAP_ACTIVATE`: See *LDAP*
|
|
- `MEMBER_MEMBERSHIP_INFO_URL`: Link to a page with information on how to become a member or pay the membership fee
|
|
- `MEMBER_MEMBERSHIP_INFO_URL`: Link to a page with information on how to become a member or pay the membership fee
|
|
- `SUBSCRIPTION_REFERENCE`: Pattern used to display a unique reference for any subscription. Helpful for bank wire transfer identification
|
|
- `SUBSCRIPTION_REFERENCE`: Pattern used to display a unique reference for any subscription. Helpful for bank wire transfer identification
|
|
|
|
+- `REGISTRATION_OPEN` : Allow visitor to join the association by register on COIN
|
|
|
|
+- `ACCOUNT_ACTIVATION_DAYS` : All account with unvalidated email will be deleted after X days
|
|
|
|
+- `MEMBERSHIP_REFERENCE` : Template string to display the label the member should indicates for the bank transfer, default: "ADH-{{ user.pk }}"
|
|
|
|
+- `MEMBER_DEFAULT_COTISATION` : Default membership fee, if you have a more complex membership fees policy, you could overwrite templates
|
|
|
|
|
|
More information
|
|
More information
|
|
================
|
|
================
|