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

[TODO] Refactor the login page #79

Open
gbowne1 opened this issue Jul 18, 2023 · 12 comments
Open

[TODO] Refactor the login page #79

gbowne1 opened this issue Jul 18, 2023 · 12 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested test Issues related to tests

Comments

@gbowne1
Copy link
Owner

gbowne1 commented Jul 18, 2023

Refactor the login, register and reset password functionality and its UI.

I've already added the new login page.

@gbowne1 gbowne1 added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested test Issues related to tests labels Jul 18, 2023
@jzunigarce
Copy link
Collaborator

Where is the register page?

@gbowne1
Copy link
Owner Author

gbowne1 commented Jul 19, 2023

I took a break. I will push that up here in a bit. @jzunigarce

@gbowne1
Copy link
Owner Author

gbowne1 commented Jul 19, 2023

Pushed up the new profile html.

@anubhav1206
Copy link

Can I work on this?

@jzunigarce
Copy link
Collaborator

I current work with login and register @gbowne1

@jzunigarce
Copy link
Collaborator

I'm going to fix the cors errors

@jzunigarce
Copy link
Collaborator

I upload and accept (By mistake) the PR. Please check the changes. See PR #80 for changes files

@gbowne1
Copy link
Owner Author

gbowne1 commented Jul 19, 2023

@jzunigarce I am going to remove the excess scripts from login.html and from register.html and push up that change. The

@jzunigarce
Copy link
Collaborator

image image This are the last changes in the repo

@jzunigarce
Copy link
Collaborator

@gbowne1 Download the changes to your repo

@gbowne1
Copy link
Owner Author

gbowne1 commented Jul 19, 2023

yes @jzunigarce I have synced the changes. It now exists as above. I just pushed up a change to remove all the unnecessary scripts in the login.html and the register.html (the ones in the commented out section mostly)

@gbowne1
Copy link
Owner Author

gbowne1 commented Jul 19, 2023

this comment is mostly for me to remember what we need for login form, but this is the refactor we need.

  • Username: This field allows the user to enter their username associated with their account.

  • Password: This field is used for entering the password associated with the username or email. This will have a show password eye icon to toggle the password visibility.

  • Remember Me: This checkbox allows the user to choose whether they want the system to remember their login credentials for future visits.

  • Forgot or Reset Password: This link provides a way for users to reset their password if they have forgotten it. we already have the script to do this.

  • Sign In/Log In Button: This button triggers the authentication process and logs the user into the system. Just needs renaming the button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested test Issues related to tests
Projects
Development

No branches or pull requests

3 participants