Skip to main content
Toggle navigation menu
Home
Submit a request
WeAre8
Manage Your Account
Email and mobile number
Search
Email and mobile number
My email address is already in use
My phone number is already used by another WeAre8 account
How do I change the email address on my account
How to change my phone number if I no longer have access to the number on my account?
Verifying your mobile number
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<% if (article.body) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 87) %>
Read more
<% } else { %>
<%= article.title %>
<% } %>
<% }); %>
<% } %>