diff --git a/webapp/.env.template b/webapp/.env.template index 1cd642004..87ba3189c 100644 --- a/webapp/.env.template +++ b/webapp/.env.template @@ -8,3 +8,5 @@ INVITE_REGISTRATION=true BADGES_ENABLED=true INVITE_LINK_LIMIT=7 NETWORK_NAME="Ocelot.social" + +ASK_FOR_REAL_NAME=false \ No newline at end of file diff --git a/webapp/components/Registration/RegistrationSlideCreate.vue b/webapp/components/Registration/RegistrationSlideCreate.vue index 86741a90c..1777e617b 100644 --- a/webapp/components/Registration/RegistrationSlideCreate.vue +++ b/webapp/components/Registration/RegistrationSlideCreate.vue @@ -35,7 +35,25 @@