password recovery for drupal

drupal, passwords, recovery

Solution

`http://example.com/<path-to-drupal>/user/password` should bring you to a page where you can request a reset/new-password.

Edit: The above path applies if you have 'clean URLs' enabled, if not use `http://example.com/<path-to-drupal>/?q=user/password`

Problem

i forgot my drupal user id and password. Is there any way to recover it

Original source