Open gbowne1 opened 1 year ago
Where is the register page?
I took a break. I will push that up here in a bit. @jzunigarce
Pushed up the new profile html.
Can I work on this?
I current work with login and register @gbowne1
I'm going to fix the cors errors
I upload and accept (By mistake) the PR. Please check the changes. See PR #80 for changes files
@jzunigarce I am going to remove the excess scripts from login.html and from register.html and push up that change. The
This are the last changes in the repo
@gbowne1 Download the changes to your repo
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)
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.
Refactor the login, register and reset password functionality and its UI.
I've already added the new login page.