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

As user, i need to edit the login fields to enter in the app #351

Open
elenamv opened this issue Dec 13, 2016 · 3 comments
Open

As user, i need to edit the login fields to enter in the app #351

elenamv opened this issue Dec 13, 2016 · 3 comments

Comments

@elenamv
Copy link
Contributor

elenamv commented Dec 13, 2016

Every time i click in the landing login button, i need to edit the fields to access into the app.

Looks like the app saves the session because the fields are completed, so you don´t need to go through this screen
captura de pantalla 2016-12-13 a las 10 12 49

@atd
Copy link
Member

atd commented Dec 13, 2016

I think there are two issues here:

  • Your browser saves your credentials but you cannot click the Login button, because it is disabled. I don't know if @atfornes fixed this already
  • You logged in and the session is still active. You should not be asked to login again in this screen

@atd
Copy link
Member

atd commented Dec 14, 2016

The last case is tracked in #332

@atd
Copy link
Member

atd commented Dec 14, 2016

The first issue seems to be harder. It seems the state of the form fields are not updated correctly after chrome fills them with the nick and password data.

image

While the nick input is marked as ng-valid-required, the password input is marked as ng-invalid-required

Just clicking on the modal makes angular to fire an update, acknowledge the presence of data in the password field, and mark the login button as enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants