Skip to main content
Toggle navigation menu
Homepage
Log in
Logivity Support
Search
User Accounts
Set up and management of user accounts and permissions
How can I reset my password?
What shall I do if I don't see a shipment?
Who can be my Organization's Administrator?
Who can be my Organization's Authorized Person?
Can I add new users to my organization's Logivity account?
How can I update my contact details?
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
More to Explore
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
of <%= children.length %>
<% } %>