This commit creates new methods for the authentication system, especially the user registration feature. The update also validates input data and checks if a user already exists in the database. It modifies the application entry point to include the updated user registration route and provides updates to the database service to include user-related functions. The MariaDB collation was also updated in the database schema script to support unicode.
7 lines
239 B
XML
7 lines
239 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="SqlDialectMappings">
|
|
<file url="file://$PROJECT_DIR$/maria.sql" dialect="MariaDB" />
|
|
<file url="PROJECT" dialect="MariaDB" />
|
|
</component>
|
|
</project> |