Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- Jun 14, 2022, 2:19:59 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 163 163 }}} 164 164 165 == Apache (httpd) configuration with authentication and registration ==165 == Apache (httpd) configuration with authentication and self-registration == 166 166 167 167 {{{ … … 195 195 If 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. 196 196 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`. 198 197 199 198 200 == Crystal (config.js) configuration ==