Creating a New User in UnoPim Using the Command Line

Updated 25 October 2024

Today we are going to learn how to creating a New User in UnoPim Using the Command Line.

Managing users in UnoPim can be streamlined with the help of the command-line interface, specifically with the php artisan unopim:user:create command.

This command allows administrators to quickly add new users with specific attributes like name, email, password, locale, and timezone.

Command Overview

To create a new user, use the following command structure:

php artisan unopim:user:create --name="username" --email="useremail" --password="userpassword" --ui_locale="locale_code" --timezone="timezone" --admin

Each parameter here plays an essential role in accurately setting up the user. Let’s break down each option to understand how to utilize them effectively.

Command Parameters Explained

Example Usage

Suppose you want to create a user with the following details:

The command would look like this:

php artisan unopim:user:create --name="John Doe" --email="johndoe@example.com" --password="securepassword123" --ui_locale="en_US" --timezone="America/New_York" --admin
creating_a_new_user_in_unopim_using_the_command_line

Executing this command will create a user in UnoPim with the specified parameters and grant them administrative privileges.

Best Practices

Conclusion

The php artisan unopim:user:create a command is a powerful tool for quickly adding users in UnoPim.

By following best practices and carefully setting each parameter, administrators can efficiently manage access and improve user experience.

Support

So, that was much about the New User Creation in Unopim for any queries or doubts reach out to us at support@webkul.com. You can also raise a ticket at our HelpDesk System.

. . .
Start a Project

    success

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home