Skip to content
This repository was archived by the owner on Jul 26, 2020. It is now read-only.

Commit 44a9a37

Browse files
authored
Update modify_user_roles.pl
1 parent 1cf0d24 commit 44a9a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/modify_user_roles.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
or die "Couldn't log in to atheme";
2626

2727
my $accountid = $session->command($atheme_config->{service}, 'uid', $accountname);
28-
my $account = $db->resultset('Account')->find({ id => $accountid });
28+
my $account = $db->resultset('Account')->find({ uuid => $accountid });
2929

3030
print "Found account ID ", $account->id, ", named ", $account->accountname, "\n";
3131

0 commit comments

Comments
 (0)