Changes between Version 4 and Version 5 of AccountControl
- Timestamp:
- Mar 7, 2008, 1:08:58 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccountControl
v4 v5 16 16 == Restricting account creation via 'invitation codes' == #invite-codes 17 17 18 It is also possible to restrict account creation to only those who present a secret 'invitation code'. In this case an account can only be created via the web pages, not via the client or an[AccountManagers account managers].18 It is also possible to restrict account creation to only those who present a secret 'invitation code'. In this case an account can only be created via the web pages, not via the client or the [AccountManagers account managers]. 19 19 20 20 To use this mechanism you need to add to the file `html/project/project.inc` a definition for a PHP constant `INVITE_CODES` containing the allowed invitation codes. A simple example is: