Talk:AutogeneratedPassword/@comment-BillCole-20140423222528/@comment-Mediamoonllc-20160303203510

From Request Tracker Wiki
Jump to navigation Jump to search

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.