-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Login issue #1136
Comments
Hi everyone, I see that there's an issue with the login section, specifically the lack of a registration option for new users. I'd like to help resolve this problem. Proposed Solution: Create a Registration Page: Add a new page for user registration with fields for username, email, and password. API Endpoint: Develop an API endpoint for user registration that handles the creation of new user accounts. Add a new registration component. Create a new route for user registration. Conclusion: I am eager to take on this task and implement the necessary changes. Please assign this issue to me, and I will ensure it is handled promptly. Best regards, |
should I assign it to myself or you will ? |
should we do it together |
Hi @RaoUsama7 I hope you're doing well. I wanted to let you know that I'll be focusing on the frontend part of our project. Could you please take charge of developing the new API on the backend? Thank you, and please let me know if you need any information or assistance. |
Hello guys, will you create a pull request for this or share it here in the comments? |
RegisterForm.jsx is already present in frontend/src/forms. Ig its just not connected |
https://github.com/MSNoorul/idurar-erp-crm/tree/doc/update-readme |
Hi team, For now, we will continue using the provided credentials for user registration. However, please be prepared for potential updates in the future. |
@Sribabu-Mandraju sure i will love to work on backend with you. |
@RaoUsama7 sure, You can reach me through https://x.com/sribabuMandraju |
Hello guys. I'll like to know has the login Issue being solved ? |
username : [email protected] - password : admin123 |
Hi @RaoUsama7. I have implemented the desired registration functionality. You can check it here: #1140 |
@H9660 sure onto it. |
Hi @RaoUsama7 . Have you reviewed the PR? Also I would like to know what other changes can be made in order to improve this? |
use
|
The registration page is connected here in #1143 |
@H9660 bro i added registration page but still can't logging my network tab showing 304 status code |
Hi @salahlalami @lukasz1mroz Can we merge #1143 to after careful considerations to solve this issue. |
Hi guys if you are facing problem related to login first i would like to tell you that the email and password that is admin123 like this it's working at local mechine so what i did is that i change the login route by my self and disable the login process whatever the user is when he log in it does not matter if it's credentials are in db or not it will just went to dashboard. |
@AKProgramer This is good to to access the application but we cant proceed without a login route in production. |
@H9660 I think there's misunderstanding while you read my comment I was not saying that in production. I know man no one can proceed without a login route in production. |
Hi everyone,
I'm currently stuck on the login section and need some help. Here's a detailed description of the problem:
Issue:
The project requires users to log in to access the application, but there is no registration page or option available in both the front-end and back-end. This prevents new users from creating an account and logging in.
Steps Taken So Far:
Successfully cloned and set up the project on my local machine.
Confirmed that the website is running locally.
Attempted to access the login page, but no registration option is available.
Environment:
Operating System: Windows 10
Browser: Chrome 90.0.4430.210
Node.js Version: 14.17.0
Project Version: 4.0.0
Expected Behavior:
There should be a registration page or an option to sign up for a new account.
Users should be able to register, create an account, and log in to access the application.
Actual Behavior:
There is no registration option on the login page or anywhere else in the application.
Screenshots:
No registration option on the login page:
Additional Information:
I've checked the project documentation and didn't find any instructions regarding user registration.
Looking for guidance on how to add a registration page or enable user registration.
The text was updated successfully, but these errors were encountered: