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

Show both login and password at login form #4106

Open
okainov opened this issue Sep 19, 2022 · 4 comments · Fixed by #4251 · May be fixed by #4254
Open

Show both login and password at login form #4106

okainov opened this issue Sep 19, 2022 · 4 comments · Fixed by #4251 · May be fixed by #4254
Labels

Comments

@okainov
Copy link

okainov commented Sep 19, 2022

It's very-very annoying when I cannot use my auto-fill in browser because "password" field appears only after one click to "Continue". Thus it causes few extra clicks every time.

image

Please show both textboxes at the same time. If there is any kind of SSO support, then better hide password textbox when one enters SSO-related email.

In combination with non-working "Remember me" (#210) it creates a lot of inconvenience

@bakeiro
Copy link
Contributor

bakeiro commented Sep 22, 2022

interesting... in my browser it autocompletes automatically the password box, (like with outlook web, does the same aswell) which browser are you using? also, phone or desktop? :)

@okainov
Copy link
Author

okainov commented Sep 24, 2022

@bakeiro Desktop Chrome. It auto-completes after the second click to "Continue", but that's the extra click which is absolutely inconvenient. I really expect the form to work in the following way:

  1. Open the page
  2. Click on "email textbox"
  3. Click on the login from the suggested auto-completion list
  4. Click "Login"
  5. Enjoy the website for logged in users

Now I need to click "Continue" before step 4, which is extra click.

@aapeliv
Copy link
Member

aapeliv commented Sep 24, 2022

The reason why it has a two step process is that we used to not have passwords. There are still some users who haven't set a password, and there is different behavior for them.

We're phasing that out however, and probably we could soon switch to something else, like having those users who've yet to set a password just have to reset it using a reset password page or similar.

def Login(self, request, context):

@aapeliv aapeliv added the web label Apr 20, 2024
@aapeliv aapeliv transferred this issue from Couchers-org/web-frontend Apr 20, 2024
@jesseallhands
Copy link
Contributor

Notes from duplicate #4116 :

On top of this, there are a number of landing page improvements that should be addressed:

The design for the guest landing page (aka sign up) vs. member landing page (aka log in) is different.

Guest landing page says: The new alternative to couchsurfing. Member landing page says: Join and help us grow the new alternative to couchsurfing. The text should be the exact same (i.e. wording and position).

The onboarding frame should remain the same size and structure between steps. (This will be mitigated anyways if email and password are integrated into one frame).

Remove or change the red Report a bug button. Alternatively, it can be designed as a link in RED.

It should not be a primary button. The only primary button should be the one inside the onboarding frame.

Remove the sign-up button. For new users, the signup form is already accessible right away. This can create some confusion.

@aapeliv aapeliv reopened this Apr 24, 2024
@aapeliv aapeliv linked a pull request Apr 24, 2024 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants