User Management: Change password initial support for user admin
[osm/UI.git] / skyquake / plugins / user-management / src / dashboard / userMgmtStore.js
index 5883995..19952fb 100644 (file)
@@ -187,7 +187,11 @@ export default class UserManagementStore {
             disabled: this.disabled,
             projectRoles: this.projectRoles
         }
-        this.setState({users})
+        this.setState({
+            users,
+            isEdit: true,
+            isReadOnly: true
+        })
     }
     deleteUserSuccess() {
         this.alt.actions.global.hideScreenLoader.defer();