mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Allow resetting password regardless of signin/signup settings (#5025)
This commit is contained in:
committed by
Harrison Healey
parent
e938b71e60
commit
e090104587
@@ -432,10 +432,6 @@ export default class AdminTeamMembersDropdown extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
if (global.window.mm_config.EnableSignInWithEmail !== 'true') {
|
||||
passwordReset = null;
|
||||
}
|
||||
|
||||
let makeDemoteModal = null;
|
||||
if (this.props.user.id === me.id) {
|
||||
const title = (
|
||||
|
||||
Reference in New Issue
Block a user