GeoCal

GeoCal 是一款专为独立上门服务群体(如独立水管工、宠物美容师、清洁工)设计的地理位置自适应日程管理 App。

The "/resetpw" page:

The URL format must be like this:
/resetpw/UID-TIMESTAMP-HASH

Where UID is the uid of the user whose password is to be reset, TIMESTAMP is the unix timestamp when the request was made, and HASH is a hash based on UID, TIMESTAMP, and other information that is unavailable to an attacher.

With no other arguments, a form is present which allows the user to enter a new password. When the SUBMIT button is pressed, a POST request back to the same URL that will change the password.