Best way to mass assign portal user accounts?

Hi everyone.

We are starting to use the Sugar Portal for case management. But we have 40,000 contacts in the system, most of which will need to be setup with a portal login.

Is there any way to mass automate the signup process? We do not allow them to register on the site (as they typically already have a contact) but would need to assign them a username/password.

Thanks!

Parents Reply
  • Do you have outbound emails setup and working correctly, within the admin area?

    Based on the behaviour you described and by looking at the code, I believe that might not be the case right now:

    js view:
    
            ...
            
            this.showPortalPasswordReset = false;
            if (app.config.smtpServerSet === true) {
                this.showPortalPasswordReset = true;
            }
           
            ... 
            
    hbs template
        
            ...
            
            {{#if showPortalPasswordReset}}
                <a href="#forgotpassword" class="btn btn-link btn-invisible">{{str "LBL_PORTAL_FORGOT_PASSWORD"}}</a>
                <br>
            {{/if}}
            
            ...

    You can find the instructions here

    If you have problems with that specific process, I would contact Sugar's support and they should be able to guide you through the process of setting up your mail server

    --

    Enrico Simonetti

    Sugar veteran (from 2007)

    www.naonis.tech


    Feel free to reach out for consulting regarding:

    • API Integration and Automation Services
    • Sugar Architecture
    • Sugar Performance Optimisation
    • Sugar Consulting, Best Practices and Technical Training
    • AWS and Sugar Technical Help
    • CTO-as-a-service
    • Solutions-as-a-service
    • and more!

    All active SugarCRM certifications

    Actively working remotely with customers based in APAC and in the United States

Children
No Data