Changes between Version 16 and Version 17 of WikiStart


Ignore:
Timestamp:
Jun 14, 2022, 2:35:04 PM (23 months ago)
Author:
xbusta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    195195If you run Crystal on a different hostname than Bonito, you may need to setup CORS headers appropriately, see the top of the `run.cgi` file.
    196196
    197 Bonito provides simple registration feature wich has configuration in `registration.cgi`. The regitration is disabled by default. To enable registration add `URL_REGISTER_NEW_USER` endpoint in Crystal (`config.js`) and set `self._enable_registration = True` in `registration.cgi` for self-registration. The regitration module allows also approve/deny access requests via e-mail by admins specified in `/var/lib/bonito/registration/admins`.
     197Bonito provides simple registration feature which configuration is in `registration.cgi`. The registration is disabled by default, add `URL_REGISTER_NEW_USER` endpoint in Crystal (`config.js`) and set `self._enable_registration = True` in `registration.cgi` to enable self-registration. The registration module allows also approve/deny access requests via e-mail by admins specified in `/var/lib/bonito/registration/admins`.
    198198
    199199