Reset your login credentials securely via email link verification.
Note for Testing: If SMTP is not fully configured, the system has logged the email to the database. You can retrieve the reset link instantly by running this query on your DB:
SELECT message_text FROM mail_log ORDER BY mail_id DESC LIMIT 1;