Changes between Version 3 and Version 4 of discourse
- Timestamp:
- Nov 8, 2017, 5:46:33 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
discourse
v3 v4 11 11 The email is relayed via bulk.mayfirst.org. 12 12 13 We are running the [https://github.com/discourse/discourse-oauth2-basic oauth plugin], which is automatically kept up to date via our edit to the containers/app.yml file as described in the [https://meta.discourse.org/t/install-a-plugin/19157 install a plugin page]. 14 13 We login via [https://meta.discourse.org/t/official-single-sign-on-for-discourse-sso/13045 Discourse's single sign on implementation] (which users our control panel to authenticate users). 15 14 16 15 == Logging in == … … 18 17 There is a `discourse-admin` user with credentials in [wiki:keyringer keyringer] tied to `discourse@mayfirst.org` email address. 19 18 20 21 19 == Upgrading == 22 20 21 You can upgrade from within Discourse (while logged in as the admin) which rebuilds the docker application. 22 23 == Backups == 24 23 25 TBD.