hedgedoc: Prohibit anonymous users
Related to swh/infra/sysadm-environment#5461
- allowAnonymous: false # anonymous user's can't create notes
- email: false # only oauth2 logins
octocatalog-diff
diff origin/production/bardo.internal.admin.swh.network current/bardo.internal.admin.swh.network
*******************************************
File[/opt/hedgedoc/1.9.4/config.json] =>
parameters =>
content =>
@@ -2,5 +2,5 @@
"production": {
"sessionSecret": "hedgedoc::session_secret",
- "allowAnonymous": true,
+ "allowAnonymous": false,
"allowAnonymousEdit": true,
"allowFreeURL": true,
@@ -9,5 +9,5 @@
"loglevel": "info",
"allowOrigin": [ "localhost", "hedgedoc.softwareheritage.org"],
- "email": true,
+ "email": false,
"allowEmailRegister": false,
"oauth2": {
*******************************************
*** End octocatalog-diff on bardo.internal.admin.swh.network