โ†

Account

Profiel en avatar.

<% if (success) { %>
<%= success %>
<% } %> <% if (error) { %>
<%= error %>
<% } %> <% if (isViewer) { %>
Kijker-modus Dit is een demo-account. Je kunt alles bekijken, maar niets wijzigen โ€” ook geen foto of bio.
<% } %> <%# โ”€โ”€ PROFILE โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ %>
Profiel
<% if (canMutate) { %>
<% } else { %> <% if (account.avatar_url) { %> <% } else { %> <%= account.username.charAt(0).toUpperCase() %> <% } %> <% } %>
<%= account.username %>
<%= account.role %> ยท <%= account.email %>
<% if (account.created_at) { %>
Lid sinds <%= formatDate(account.created_at) %>
<% } %> <% if (account.avatar_url && canMutate) { %>
<% } %>
<% if (canMutate) { %>
<% } else { %>
<% } %>
<%# โ”€โ”€ SITE (eigenaar mag de naam van z'n site aanpassen) โ”€โ”€ %> <% if (typeof editableSite !== 'undefined' && editableSite && canMutate) { %>
Site
<% } %> <%# โ”€โ”€ WACHTWOORD โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ %> <%# In kijker-modus geen wachtwoord-sectie (niets te wijzigen). %> <% if (canMutate) { %> <% if (hasPassword) { %>
Wachtwoord wijzigen
<% if (typeof googleAvailable !== 'undefined' && googleAvailable) { %>
Inloggen met Google
<% if (typeof googleLinked !== 'undefined' && googleLinked) { %>

โœ“ Je Google-account is gekoppeld โ€” je kunt ook met Google inloggen.

<% } else { %>

Koppel je Google-account zodat je voortaan ook met รฉรฉn klik via Google kunt inloggen (naast je wachtwoord).

Koppel Google-account <% } %>
<% } %> <% } else { %>
Inloggen

Je bent ingelogd via Google (<%= account.email %>). Er is geen apart wachtwoord.

<% } %> <% } %>