Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
Jun 14, 2022, 2:19:59 PM (3 years ago)
Author:
xbusta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    163163}}}
    164164
    165 == Apache (httpd) configuration with authentication and registration ==
     165== Apache (httpd) configuration with authentication and self-registration ==
    166166
    167167{{{
     
    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
     197Bonito 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`.
     198
    197199
    198200== Crystal (config.js) configuration ==