A UNIQUE constraint on the email attribute of the User entity

image
how can I make users’ emails unique in the system?

by add unique index on sys_user.email ,
or how can i override the email in class Sys$User?

A post was merged into an existing topic: How to make sys$user.email unique