Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nsyed22 committed Dec 11, 2024
1 parent 88842b9 commit 495a221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybossa/view/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ def delete_autoimporter(short_name):
@login_required
def password_required(short_name):
project, owner, ps = project_by_shortname(short_name)
ensure_authorized_to('read', project)
ensure_authorized_to('read', project, forbidden_code_override=423)
form = PasswordForm(request.form)

# if is_own_url_or_else returns None, use the default url.
Expand Down

0 comments on commit 495a221

Please sign in to comment.