mirror of
https://github.com/strapi/strapi.git
synced 2025-09-02 05:13:03 +00:00

Pull request https://github.com/strapi/strapi/pull/6072 aimed to add security by preventing creation of user with email confirmation enabled. By limiting user params to 'username', 'email', 'password', the current code do not allow adding custom field to user entity during registration which may breaks existing applications that have added required custom fields into user model . Signed-off-by: François Rosato <francois.rosato@ekino.com>