If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
- Sign in with a password that is too short
Expected Result:
- Error message is shown and we do not call
Authenticate command
Actual Result:
- Authenticate command is called and error message is shown

Workaround:
Yes
Platform:
Where is this issue occurring?
- Web
- iOS
- Android
- Desktop App
- Mobile Web
Version Number:
Reproducible in staging?: Yes
Reproducible in production?: Yes
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
Issue reported by:
Slack conversation:
Job Post https://www.upwork.com/jobs/~01b4cd92ce29d9f69c
View all open jobs on GitHub
IMPORTANT
Our password complexity check is in use here we're just not using it for sign in
|
// at least 8 characters, 1 capital letter, 1 lowercase number, 1 number |
|
PASSWORD_COMPLEXITY_REGEX_STRING: '^(?=.*[A-Z])(?=.*[0-9])(?=.*[a-z]).{8,}$', |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
AuthenticatecommandActual Result:
Workaround:
Yes
Platform:
Where is this issue occurring?
Version Number:
Reproducible in staging?: Yes
Reproducible in production?: Yes
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
Issue reported by:
Slack conversation:
Job Post https://www.upwork.com/jobs/~01b4cd92ce29d9f69c
View all open jobs on GitHub
IMPORTANT
Our password complexity check is in use here we're just not using it for sign in
App/src/CONST.js
Lines 376 to 377 in 84d058f