mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
10 lines
378 B
Properties
10 lines
378 B
Properties
# GOOD: UI display messages; not credentials
|
|
prompt.username=Username
|
|
prompt.password=Password
|
|
|
|
forgot_password.error=Please enter a valid email address.
|
|
reset_password.error=Passwords must match and not be empty.
|
|
|
|
login.password_expired=Your current password has expired. Please reset your password.
|
|
login.login_failure=Unable to verify username or password. Please try again.
|