{% extends "layout.html" %} {% set page_title = "My Profile Settings" %} {% block content %}

Profile Settings

Back to Dashboard
Update Your Information
Email cannot be changed. Contact support if needed.
Help us personalize your experience and connect you with relevant content.
Cancel
Account Information
Orchid ID: {{ current_user.user_id }}
Member Since: {{ current_user.created_at.strftime('%B %Y') if current_user.created_at else 'Unknown' }}
Total Uploads: {{ current_user.upload_count or 0 }}
Account Status: {% if current_user.account_active %} Active {% else %} Inactive {% endif %}
Privacy & Security

Your orchid contributions are part of the public database to help the community. Personal information remains private.

Password and data management features coming soon.
Community Guidelines
  • • Upload clear, well-lit orchid photos
  • • Provide accurate information when known
  • • Respect copyright - only upload your own photos
  • • Help identify and verify other contributions
  • • Share growing tips and experiences
{% endblock %}