Currently moving an SSO-enabled Discourse forum to a new host.
My plan is below, but I don’t know how to to expire all current sign-ins (step 3).
The only setting I can see in the admin console that might be useful is “maximum session age”, but I’d prefer a “log everyone out immediately” button. Sadly I do not have access to the command line tools.
- Turn off SSO, so no new users can sign-in
- Sign in via /users/admin-login
- Expire all current sign-ins to avoid any loss of data
- Run backup
- Restore backup to new server
Is there a way to achieve this?