After this change the sign-in-success flash message will not be shown
refactor: set flash message to be nil while signing in
test: changed tests to reflect removal of sign-in message
refactor: adding signed_in message back
See Merge Request !7837
issue#24982
- Tab between register and sign in forms
- Add individual input validation error messages
- Validate username
- Update many styles for all login-box forms
- We weren't explicilty waiting for the page to load while navigating
to the "Manage two-factor authentication" page. This was probably
incidentally working for PhantomJS 1.x versions.