-
-
Notifications
You must be signed in to change notification settings - Fork 831
Conversation
Also fix it so you can't try to invite a room ID to a room
There was a problem hiding this 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 " + |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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 :(
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you cannot add add
Functionality is broken down by commit so may be easier to review commit-by-commit
Fixes element-hq/element-web#5921