Skip to content

Commit f3e82b5

Browse files
committed
Remove unused disable_identity_server config flag
Fixes element-hq#10229
1 parent bba167c commit f3e82b5

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

config.sample.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"base_url": "https://vector.im"
99
}
1010
},
11-
"disable_identity_server": false,
1211
"disable_custom_urls": false,
1312
"disable_guests": false,
1413
"disable_login_language_selector": false,

docs/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ For a good example, see https://riot.im/develop/config.json.
2020
if `default_hs_url` is used.
2121
* The identity server is used for verifying third party identifiers like emails
2222
and phone numbers. It is not used to store your password or account information.
23-
If not provided, the identity server defaults to vector.im unless `disable_identity_server`
24-
is set to true in the config. Currently the only two public identity servers
25-
are https://matrix.org and https://vector.im, however in future identity servers
26-
will be decentralised.
23+
If not provided, the identity server defaults to vector.im. Currently the only
24+
two public identity servers are https://matrix.org and https://vector.im, however
25+
in future identity servers will be decentralised. In the future it will be possible
26+
to disable the identity server functionality.
2727
* Riot will fail to load if a mix of `default_server_config`, `default_server_name`, or
2828
`default_hs_url` is specified. When multiple sources are specified, it is unclear
2929
which should take priority and therefore the application cannot continue.

test/app-tests/joining.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ describe('joining a room', function() {
104104
hsName: "TEST_ENVIRONMENT",
105105
hsNameIsDifferent: false, // yes, we lie
106106
isUrl: IS_URL,
107-
identityEnabled: true,
108107
}),
109108
};
110109

test/app-tests/loading.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ describe('loading:', function() {
153153
hsName: "TEST_ENVIRONMENT",
154154
hsNameIsDifferent: false, // yes, we lie
155155
isUrl: DEFAULT_IS_URL,
156-
identityEnabled: true,
157156
}),
158157
embeddedPages: {
159158
homeUrl: 'data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==',

0 commit comments

Comments
 (0)