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>
* Re-order and add missing translations to "pt" locale for strapi-admin
New translations haven't been translated to Portuguese yet.
Signed-off-by: Diogo Correia <me@diogotc.com>
* Update pt translations on strapi-admin
Signed-off-by: Diogo Correia <me@diogotc.com>
* Fix small typos in the new pt locale translations for strapi-admin
Signed-off-by: Diogo Correia <me@diogotc.com>
* Update pt_PT translations with suggestions from PR #6110
Signed-off-by: Diogo Correia <me@diogotc.com>
Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
This fixes the `generateFileName` function in the Strapi upload plugin,
so that reserved and unsafe charactes for URLs are replaced with
underscores.
Signed-off-by: Marvin König <dev@mkqavi.com>
* Ok, now I translated from start to finish
Should be good to go, some stuff is still in English because it's impossible/worse to translate to PT
Signed-off-by: Filipe <filipesilvamedeiros@gmail.com>
* Updated the dependency. It's a patch, so it shouldn't break anything at all
Signed-off-by: Filipe <filipesilvamedeiros@gmail.com>
* Revert "Ok, now I translated from start to finish"
This reverts commit 7ea0574db78abb6fc0d328465e618b860fff89bb.
Signed-off-by: Filipe <filipesilvamedeiros@gmail.com>
* add possibility to use strapi on a non-root base url path
* fix documentation password form
* use server.url and admin.url in config
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* update doc proxy
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* move server.url location in config
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* refacto
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* add possibility to put relative urls
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* allow '/' as an admin url + refacto
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
* update yarn.lock
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* Remove default proxy option
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
* fix github provider
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* fix github login
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* Remove files that should be here
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Pierre Noël <pierre.noel@strapi.io>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>