idurar / idurar-erp-crm

Free Open Source ERP CRM Accounting Invoicing Software | Node Js React
https://cloud.idurarapp.com
GNU Affero General Public License v3.0
6.25k stars 1.88k forks source link

solver issue #1136 for frontend part #1137

Open Sribabu-Mandraju opened 3 months ago

Sribabu-Mandraju commented 3 months ago

Issue: Users working on the frontend were unable to log in because there was no registration page to create an account. As a result, without registration, login functionality was not accessible.

Solution: I have integrated a registration page into the frontend to resolve this issue. This allows new users to create accounts and subsequently log in.

Next Steps: While I have addressed the frontend aspect of this issue, it is essential to ensure that the backend is also updated to handle user registration and login functionality seamlessly. I am available to work on the backend integration to complete the functionality.

Details:

Frontend Changes: Added a registration page with necessary form fields and validations. Backend Requirements: Implementation of endpoints for user registration, including validation, saving user details to the database, and returning appropriate responses. By addressing both frontend and backend aspects, we can ensure a smooth user experience for account creation and login.