9221 Unable to change authentication source on existing users SOLVED

- After upgrading from version 2.0.38 to 2.0.40, there is no way to change the user's authentication source, from internal to LDAP or to LDAP to internal.
- Uncommented Buttom of the Authentication tab and activation in summary.
This commit is contained in:
Hector Cortez
2012-06-18 18:06:25 -04:00
parent c440b2d30d
commit c58035c81e
2 changed files with 3 additions and 5 deletions

View File

@@ -88,8 +88,6 @@ $oHeadPublisher->addExtJsScript('users/usersGroups', false); //adding a javas
// $oHeadPublisher->addContent('users/usersGroups'); //adding a html file .html.
$oHeadPublisher->assign('USERS', $users);
if ($ctab == 2) {
$oHeadPublisher->assign('hasAuthPerm', ($RBAC->userCanAccess('PM_SETUP_ADVANCE') == 1));
}
G::RenderPage('publish', 'extJs');