Confirm Old Team Password (#2261)

* Update language for updating team password

---------

Co-authored-by: Kevin Chung <kchung@ctfd.io>
This commit is contained in:
mattcurts
2023-04-26 22:56:27 -07:00
committed by GitHub
parent 25b3d77ed0
commit 0a967c99e0

View File

@@ -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(