Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Registration Page] : no error message / infinite loading #48

Open
blackbirdcodes opened this issue Apr 21, 2020 · 1 comment · May be fixed by #128
Open

[Registration Page] : no error message / infinite loading #48

blackbirdcodes opened this issue Apr 21, 2020 · 1 comment · May be fixed by #128
Assignees
Labels
enhancement New feature or request

Comments

@blackbirdcodes
Copy link
Contributor

Problem :

  • When entering a wrong password that does not respect the rules the screen is loading infinitly

How to reproduce:

  • Create an account : register
  • fill in surname, familyname, email, post code...etc
  • then arriving in the password section : Fill in with 1234
  • click on register

On the logs we can see that we got a "too short password" error and :

D/AutofillManager: onActivityFinishing(): calling cancelLocked()
Disconnected from the target VM, address: 'localhost:8605', transport: 'socket'

What is needed to be done:
display an error message for the user to tell him he needs to use a suitable password , longer and harder to break

@blackbirdcodes blackbirdcodes added the enhancement New feature or request label Apr 21, 2020
@claudius-kienle claudius-kienle self-assigned this Apr 21, 2020
@hunnihundert
Copy link
Member

error seems to be fixed, in terms of no infinite loading but the error only shows up in the editText Field with a small sign without error message.
The error message is only visible upon tapping on the textfield (see screenshot). So a fix need to include showing the snackbar with the corresponding error message.

KakaoTalk_20200603_055856697

@hunnihundert hunnihundert self-assigned this Jun 2, 2020
@hunnihundert hunnihundert linked a pull request Jun 3, 2020 that will close this issue
@claudius-kienle claudius-kienle removed their assignment Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants