{% extends "base.html" %} {% block title %}Profile Settings - National Medlab Cooperative{% endblock %} {% block content %}

Profile Settings

Personal Information

Change Password

Leave blank if you don't want to change your password


Account Information
Cancel
Security Information
Last Login

Your last login session is currently active

Account Security

{% if current_user.is_verified %} Verified Account {% else %} Unverified Account {% endif %}

Security Tips
  • Use a strong password with at least 8 characters
  • Don't share your password with anyone
  • Log out after using shared computers
  • Keep your email address updated for password recovery
{% endblock %} {% block extra_js %} {% endblock %}