icebreaker-science/backend

Use secure confirmation token generator

Closed this issue · 1 comments

AccountService.saveAccountConfirmationTokenAndSendEmail() should use a secure token generator. UUID.randomUUID() is not secure.

This should do