add constraint validation on user #1

Closed
opened 2023-09-28 18:11:07 +02:00 by deblan · 0 comments
Owner

On dupplicate user mail, there is an exception:

Uncaught PHP Exception Doctrine\DBAL\Exception\UniqueConstraintViolationException: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '***redacted***' for key 'UNIQ_8D93D649E7927C74'" at /path/to/app/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 62
On dupplicate user mail, there is an exception: ``` Uncaught PHP Exception Doctrine\DBAL\Exception\UniqueConstraintViolationException: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '***redacted***' for key 'UNIQ_8D93D649E7927C74'" at /path/to/app/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 62 ```
deblan added the
Kind/Bug
Priority
Medium
labels 2023-09-28 18:11:44 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: murph/murph-skeleton#1
No description provided.