notice to add password

This commit is contained in:
lingdocs 2021-08-24 23:19:39 +04:00
parent 5ffa82de53
commit 16e22ad35b
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@
<h5>Account Level: <%= user.level %></h5>
<% if (user.email) { %>
<h4 class="mt-3">Password:</h4>
<% if (!user.password) { %>
<p class="small">Add a password to be able to log in with just your e-mail address.</p>
<% } %>}
<% } %>
<div id="password-change-form" style="display: none;">
<% if (user.password) { %>