mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-24 17:17:15 +01:00
* [MOD] UI tweaks on login and password reset views
* [MOD] Improved password fields behavior. New strength level meter, copy to clipboard and password viewer doesn't show up the RSA encrypted text.
This commit is contained in:
@@ -78,7 +78,10 @@ class ConfigLdapController extends SimpleControllerBase
|
||||
$configData->setLdapDefaultGroup($ldapDefaultGroup);
|
||||
$configData->setLdapDefaultProfile($ldapDefaultProfile);
|
||||
$configData->setLdapBindUser($ldapParams->getBindDn());
|
||||
$configData->setLdapBindPass($ldapParams->getBindPass());
|
||||
|
||||
if ($ldapParams->getBindPass() !== '***') {
|
||||
$configData->setLdapBindPass($ldapParams->getBindPass());
|
||||
}
|
||||
|
||||
if ($configData->isLdapEnabled() === false) {
|
||||
$eventMessage->addDescription(__u('LDAP habiltado'));
|
||||
|
||||
Reference in New Issue
Block a user