Custom login page

hi

I have created the custom login page which displays the content based on the application used, it is fine, but I want to disable or enable sign up based on the application it is coming from is that something I can do in custom login page ?

Hi @anoop1

Disabling signups on a application basis doesn’t make sense. Say you have two apps, A and B. A allows signup and B does not.

User goes to app A and signs up.
User then goes to B and logs in.

The user has effectively signed up for app B.

You need a different approach to this, perhaps something like when a user signs in to an app they are not registered for, they get a screen notifying them they need to upgrade to access this app.

John

1 Like