#MY-105 refactor account.uuid as primary key
-
use account.uuid
as primary key instead ofusername
-
validate :uuid
param in controllers -
use :accountUuid
instead ofusername
in endpoints -
refactor reset password endpoint to accept email -
make sure not verified email cannot be used for any action (except request verification token) -
refactor login to accept email
Edited by Fabio Maschi