# Description The user should have the possibility to verify his email after registration ToDo: - [X] Create database entry in `user_verfication` with an `verify_token` and the `user_uuid` - [ ] send an email to the user - [X] verify user and set status to `Verified` if the `verify_token` is valid
Description
The user should have the possibility to verify his email after registration
ToDo:
user_verficationwith anverify_tokenand theuser_uuidVerifiedif theverify_tokenis valid