mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
create own endpoints for user conversion and apply changed workflow to user form in ui
This commit is contained in:
@@ -43,7 +43,7 @@ class ChangePasswordNavLink extends React.Component<Props> {
|
||||
|
||||
hasPermissionToSetPassword = () => {
|
||||
const { user } = this.props;
|
||||
return !user.external && user._links.password;
|
||||
return user._links.password;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user