Disable Sign Ups for a specific application

Ladies, Gentlemen and all in between! :grinning:
Is there a way to disable or enable sign ups for a specific application which is independent of the “Disable Sign Ups”-toggle in the dashboard for login with passwordless email (Authentication/Passwordless/Email)?
Best regards,
Mattias

Hi @mattiasinokuchi

Not really. I think there are some tricks you can do to disable the signup tab, but these are just tricks. A motivated user could still sign up.

Disabling signups for a particular app is an indication something isn’t right: if a connection is shared between apps, and only some apps can sign up, why can’t all?

What is the use case?

John

Hi @john.gateley :slightly_smiling_face:
I want to use a certain app for demo purposes (everyone can sign up and have a good time) and other apps for users added in the dashboard (sign up not allowed).
I probably make use of an environment variable (DEMO_MODE=true or something similar) instead.
Thanks anyway ad have a good day!
/Mattias

Hi @mattiasinokuchi

A demo mode sounds more secure to me.

Good luck!

John

Hi, how can I use a trick to disable the signup tab?
Thanks