Go to file
Kumi aa4065e219
feat: add email validation to form
Introduce a new custom validator within the EmailForm class to prevent duplicate email usage both in the local database and on the Planka platform. This validator checks if the submitted email is already present in the local `requests` table and then queries the Planka user management to ensure the email is not associated with an existing Planka user. If a duplicate is found in either case, it raises a ValidationError, effectively blocking the reuse of email addresses and facilitating a more secure and reliable user registration process.

Resolves issue with duplicate email registrations, enhancing data integrity and user experience.
2024-04-26 11:56:11 +02:00
static feat: enhance user registration flow with validation 2024-04-26 08:53:28 +02:00
templates feat: Enhance app config and user feedback 2024-04-26 09:45:43 +02:00
.gitignore feat: Initialize application with Flask framework 2024-04-25 10:26:11 +02:00
app.py feat: add email validation to form 2024-04-26 11:56:11 +02:00
requirements.txt feat: enhance user registration flow with validation 2024-04-26 08:53:28 +02:00
settings.dist.ini feat: Enhance app config and user feedback 2024-04-26 09:45:43 +02:00