Talk:AutogeneratedPassword/@comment-BillCole-20140423222528/@comment-Mediamoonllc-20160303203510: Difference between revisions
Jump to navigation
Jump to search
m (2 revisions imported) |
(No difference)
|
Latest revision as of 15:52, 6 April 2016
To add to the post from: December 26, 2014
DON'T FORGET TO CHANGE:
$user->Load($Transaction->CreatorObj->Id);
TO:
$user->Load($requestor->id);
NOTE: I didn't change the above line and whenever an existing user created a ticket with a new user as the requestor, it changed the password of the creator (instead of the new user) to a random password. It also denied any of the new users access to the SelfService area of RT, due to them not having a password set up.