CMS Development

BenLerner-Paio
Member | Platinum Partner
Member | Platinum Partner

Login to client's product

SOLVE

Hey everyone,

 

I have a client that wants to manage the user login / registration on a CMS HubSpot Page.   For the registration, it is not a problem, however I'm curious what is the best method for enabling the user to login to the client's backend / admin / product?

 

Any insights / push in the right direction would be a big help!

0 Upvotes
1 Accepted solution
Anton
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

Login to client's product

SOLVE

Hi @BenLerner-Paio

yeah that makes sense. Thank you. 

I'd say you'll need a "custom" form module with a "redirect submit action" for the page with the Forms API so it works like you'd like.

 

hope this helps you

 

 

best, 

Anton

 

Anton Bujanowski Signature

View solution in original post

3 Replies 3
Anton
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

Login to client's product

SOLVE

Ho @BenLerner-Paio

 

the most easiest one would be to provide an external link to a dedicated login page. Like

 

<a href="https://clientwebsite.com/login" target="_blank">Login</a>

 

The only thing you'll need to to is to sync the HS user database/information with the database of the clients backend. This can be done with the CRM Contact API

 

hope this helps, 

 

best, 

Anton

Anton Bujanowski Signature
0 Upvotes
BenLerner-Paio
Member | Platinum Partner
Member | Platinum Partner

Login to client's product

SOLVE

Hey Anton - appreciate the response.  I'm more looking to have a HubSpot page that will have the login form and authenticate the username / pass with their admin panel (Non Hubspot) and then ofc redirect to the admin panel.   Hope that makes sense.  

0 Upvotes
Anton
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

Login to client's product

SOLVE

Hi @BenLerner-Paio

yeah that makes sense. Thank you. 

I'd say you'll need a "custom" form module with a "redirect submit action" for the page with the Forms API so it works like you'd like.

 

hope this helps you

 

 

best, 

Anton

 

Anton Bujanowski Signature