From 0a967c99e073ce22199f455ede2dbc3093b9472e Mon Sep 17 00:00:00 2001 From: mattcurts <63571383+mattcurts@users.noreply.github.com> Date: Wed, 26 Apr 2023 22:56:27 -0700 Subject: [PATCH] Confirm Old Team Password (#2261) * Update language for updating team password --------- Co-authored-by: Kevin Chung --- CTFd/forms/teams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTFd/forms/teams.py b/CTFd/forms/teams.py index cdffe2b0..8af3feef 100644 --- a/CTFd/forms/teams.py +++ b/CTFd/forms/teams.py @@ -103,7 +103,7 @@ def TeamSettingsForm(*args, **kwargs): "New Team Password", description="Set a new team join password" ) confirm = PasswordField( - "Confirm Password", + "Confirm Current Team Password", description="Provide your current team password (or your password) to update your team's password", ) affiliation = StringField(