snipe-it/app/Console/Commands
Steffen 74c099f0b3 fix LDAP/AD sync: function calls for password creation (#6581)
* - change generatePassword to be more secure (allow duplicate chars)
- move generatePassword from trait to helper
- fix summary output for sync command

* - Don't treat ldap_active_flag as boolean - fixes sync not working at all when ldap field is set
- Sync non activated users (But set activated=0)

* - Read user first before checking against user settings

* Fix failed logins to not throw exceptions
2019-01-15 14:05:47 -08:00
..
CreateAdmin.php
DisableLDAP.php Added: Caching of settings (#6378) 2018-11-01 19:59:50 -07:00
FixDoubleEscape.php Fix snipeit:unescape not unescaping quotes (#6506) 2018-12-14 18:08:00 -08:00
LdapSync.php fix LDAP/AD sync: function calls for password creation (#6581) 2019-01-15 14:05:47 -08:00
MoveUploadsToNewDisk.php
ObjectImportCommand.php Fixed #6291 - send-welcome argument in cli importer 2018-10-04 04:44:12 -07:00
PaveIt.php
Purge.php
RecryptFromMcrypt.php
RegenerateAssetTags.php
ResetDemoSettings.php
RestoreDeletedUsers.php
SendCurrentInventoryToUsers.php Only send inventory report to users if they have things checked out to them 2018-09-07 03:08:32 -07:00
SendExpectedCheckinAlerts.php
SendExpirationAlerts.php Added: Caching of settings (#6378) 2018-11-01 19:59:50 -07:00
SendInventoryAlerts.php
SyncAssetCounters.php
SyncAssetLocations.php
SystemBackup.php
Version.php