Skip to content

Commit

Permalink
Update dds_web/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Georgiev <[email protected]>
  • Loading branch information
rv0lt and valyo authored Nov 13, 2024
1 parent a778b3c commit 31702d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dds_web/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def verify_project_user_key(project) -> None:
).one_or_none()
if not project_key:
msg = (
"There is no entry in the projectUserKeys table for the user and project. "
"Probably due to password reset. Please, ask a colleague to run dds project access fix"
"Access to all active projects has been lost, probably due to password reset. "
"Please, ask the corresponding unit to run dds project access fix"
)
raise AccessDeniedError(
message=msg,
Expand Down

0 comments on commit 31702d0

Please sign in to comment.