mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
add comment of newly created user
This commit is contained in:
parent
87f3406bbf
commit
13bb99f729
|
@ -29,7 +29,7 @@ class SeedDMS_LdapAuthentication extends SeedDMS_Authentication {
|
||||||
var $settings;
|
var $settings;
|
||||||
|
|
||||||
protected function addUser($username, $info) {
|
protected function addUser($username, $info) {
|
||||||
return $this->dms->addUser($username, null, $info['cn'][0], isset($info['mail']) ? $info['mail'][0] : '', $this->settings->_language, $this->settings->_theme, "");
|
return $this->dms->addUser($username, null, $info['cn'][0], isset($info['mail']) ? $info['mail'][0] : '', $this->settings->_language, $this->settings->_theme, "User was added from LDAP");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function updateUser($user, $info) {
|
protected function updateUser($user, $info) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user