We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7d9ba commit c14b9f1Copy full SHA for c14b9f1
src/Objects/MacUser.php
@@ -159,7 +159,10 @@ public function getPasswordFromKeychain($key)
159
*/
160
public function setId($id)
161
{
162
- $this->_id = $id;
+ $this->_id = $id;
163
+ $this->_dir = null;
164
+ $this->_realName = null;
165
+ $this->_library = null;
166
167
return $this;
168
}
@@ -199,6 +202,9 @@ public function setPasswordInKeychain($key, $pw)
199
202
public function setUsername($username)
200
203
201
204
$this->_username = $username;
205
206
207
208
209
210
0 commit comments