# 14-May-2026 - Password reset alert no longer false-fails ([#208](https://github.com/nbarrett/ngx-ramblers/issues/208))

Two changes in [commit 8deefa7](https://github.com/nbarrett/ngx-ramblers/commit/8deefa75302c33816000ea4322a70149a8388bc3).

## Password reset alert fixed ([#208](https://github.com/nbarrett/ngx-ramblers/issues/208))

**What was wrong**

A user reported that clicking a password reset link while still signed in produced a confusing red alert:

> Continue: true, Message: (none), Title: Reset password failed contact our Membership Administrator.

The reset itself actually succeeded. The alert was a side-effect of the reset page first signing you out to clear the old session.
**What changed**

The reset screen no longer mistakes the sign-out step for a reset failure. Following a password-reset link now shows the normal success message every time, whether you were signed in beforehand or not.

**Who is affected**

Anyone clicking a password reset link while already signed in. This is common in practice, because committee members often have the site open in another tab while clicking through a reset email.

**Screenshot of fixed reset password dialog**

![](https://ngx-ramblers.org.uk/api/aws/s3/site-content/7016b71e-f5c5-4087-b123-84a76720618f.jpeg)

## Internal: CMS API helpers for photo-page automation

Behind the scenes, the shared `cms-client` helper now provides functions to look up walks by criteria, slug or date, to create or update content-metadata records, and to upload files to S3. These are used by the `create-walk-photos-page` automation that builds a `/walks/photos/<year>/<slug>` page from a Facebook post or a folder of images.

No visible effect on the site for members or committee, just plumbing that makes new photo pages easier to add.