Skip to content

Commit 5f62acb

Browse files
committed
Ignore possible hardcoded password prospector error
1 parent a9bda82 commit 5f62acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onadata/apps/messaging/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
FORM_UPDATED = "form_updated"
2929
USER_CREATED = "user_created"
3030
USER_UPDATED = "user_updated"
31-
USER_PASSWORD_CHANGED = "password_changed"
31+
USER_PASSWORD_CHANGED = "password_changed" # nosec
3232
MESSAGE_VERBS = [
3333
MESSAGE, SUBMISSION_REVIEWED, SUBMISSION_CREATED, SUBMISSION_EDITED,
3434
SUBMISSION_DELETED, FORM_UPDATED, USER_CREATED, USER_UPDATED,

0 commit comments

Comments
 (0)