<pstyle="margin: 0; color: #1e40af; font-size: 0.9rem;">If you don't upload a custom avatar, your Gravatar (based on your email) will be used automatically.</p>
<ahref="https://gravatar.com"target="_blank"style="color: #2563eb; text-decoration: underline;">Manage your Gravatar</a>
cursor.execute('SELECT id, username, email, role, active, email_confirmed, tokens FROM users WHERE username = ? AND password_hash = ? AND active = 1 AND email_confirmed = 1',
cursor.execute('SELECT id, username, email, role, active, email_confirmed, tokens, avatar FROM users WHERE username = ? AND password_hash = ? AND active = 1 AND email_confirmed = 1',