Because farmOS is built on Drupal, you can use the standard form at /user/password to request a password reset. However, farmOS is using LoginToboggan to display the login form on all 403 Access Denied pages, and it does not include a link to that page. So it's not easy to find the password reset link if you don't know where to look.

There seems to be an issue started for this in the LoginToboggan issue queue: #1823764: Add lost password link to 403 login form

Comments

m.stenta created an issue. See original summary.

  • m.stenta committed 12e3bb7 on 7.x-1.x
    Issue #2618074: Make it easier to find password reset page
    
m.stenta’s picture

Status: Active » Closed (fixed)

I updated the patch in #1823764: Add lost password link to 403 login form, and applied it to the Logintoboggan module in the farmOS drupal-org.make file. I also added a hook_update_n() to enable the new variable - which will now display a link to "Request new password" in the access denied user login form.