Skip to content

Commit 8be3533

Browse files
committed
Mention passwords are stored in plaintext
1 parent 5cf05de commit 8be3533

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code_submitter/auth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ class FileBackend(BasicAuthBackend):
208208
Authentication backend which stores credentials in a YAML file.
209209
210210
Credentials are stored in the format `TLA: password`.
211+
212+
Note: Passwords are stored in plaintext.
211213
"""
212214

213215
UNKNOWN_USER_MESSAGE = "Username or password is incorrect"

0 commit comments

Comments
 (0)