From 32a05ed5fc172cf12edd6b6b2cc73b9e0685aaf0 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 9 Sep 2022 09:46:29 +0000 Subject: [PATCH] Bug 30588: (QA follow-up) Adjust flags for two_factor_auth.pl Content-Type: text/plain; charset=utf-8 Anyone with staff access (catalogue) should be able to go to account and enable 2FA. Test plan: Have a staff user with minimum staff permission. Access account, manage 2FA. Signed-off-by: Marcel de Rooy --- members/two_factor_auth.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/two_factor_auth.pl b/members/two_factor_auth.pl index ccbafe39f9..81220c4b27 100755 --- a/members/two_factor_auth.pl +++ b/members/two_factor_auth.pl @@ -33,7 +33,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( template_name => 'members/two_factor_auth.tt', query => $cgi, type => 'intranet', - flagsrequired => { editcatalogue => '*' }, + flagsrequired => { catalogue => 1 }, } ); -- 2.20.1