In this section you can modify all the data and customize your experience in the application.
Personal Information
edit personal information
<%= firstname %>
<%= lastname %>
<%= email %>
Security
modify password
Languages
edit languages
<% _.each(userLanguages, function(language){ %>
<% if(language.purpose === 'evaluate') { %>

<% }}); %>
<% _.each(userLanguages, function(language){ %>
<% if(language.purpose === 'practice') { %>

<% }}); %>