Files
element-web/src
lukebarnard e06dd6e34a Implement auto-join rooms on registration
Also: This fixes registration with a team: only the email localpart was being used to register.

When a registration is successful, the user will be joined to rooms specified in the config.json teamsConfig:

"teamsConfig" : {
  "supportEmail": "support@riot.im",
  "teams": [
    {
      "name" : "matrix",
      "emailSuffix" : "matrix.org",
      "rooms" : [
        {
          "id" : "#irc_matrix:matrix.org",
          "autoJoin" : true
        }
      ]
    }
  ]
}

autoJoin can of course be set to false if the room should only be displayed on the (forthcoming) welcome page for each team, and not auto-joined.
2017-01-19 10:56:04 +01:00
..
2016-11-07 09:28:10 +00:00
2016-01-15 17:31:32 +00:00
2016-11-10 17:03:24 +00:00
2016-09-17 02:19:32 +01:00
2016-01-07 04:06:52 +00:00
2016-01-07 04:06:52 +00:00
2016-10-26 18:41:28 +01:00
2016-04-07 18:10:35 +01:00
2016-01-07 04:06:52 +00:00
2016-09-13 17:09:40 +01:00
2016-09-28 10:17:47 +01:00
2016-11-02 16:15:35 +00:00
2016-01-07 04:06:52 +00:00
2016-09-21 09:57:17 +01:00
2016-06-21 19:50:03 +01:00
2017-01-17 10:50:44 +00:00
2016-01-07 04:06:52 +00:00
2016-08-03 15:59:17 +01:00