Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Work with no ID server set #3285

Merged
merged 5 commits into from
Aug 8, 2019
Merged

Work with no ID server set #3285

merged 5 commits into from
Aug 8, 2019

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Aug 7, 2019

Functionality is broken down by commit so may be easier to review commit-by-commit

Fixes element-hq/element-web#5921

@dbkr dbkr requested a review from a team August 7, 2019 12:36
@turt2live turt2live requested review from turt2live and removed request for a team August 7, 2019 17:38
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like you've got all the spots.

);
} else {
desc = _t(
"No Identity Server is configured so you cannot add add an email address in order to " +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... unless the HS handles password resets (as is the trend now)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, but this is the thing where we don't know if the HS requires an ID server to do password reset or not :(

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we should assume the HS does the password reset for security. If someone is running a setup where the IS has to do it, the onus is on them to ensure an IS is set.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you cannot add add

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to disable all identity server functionality via the config file
4 participants