diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql
index 2275d4554a..666a4ebea9 100644
--- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql
+++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql
@@ -103,7 +103,7 @@ insert into host_channels (host_id, channel_id) values (
 
 -- Add some people to be admins, only in staging.  Feel free to grow this list..
 
-{% for username in ['ralph', 'imcleod'] %}
+{% for username in ['ralph', 'imcleod', 'mizdebsk'] %}
 select now() as time, 'adding staging admin {{username}}' as msg;
 insert into user_perms (user_id, perm_id, active, creator_id) values (
     (select id from users where name='{{username}}'),