aodn / nrmn-application

A web application for collation, validation, and storage of all data obtained during surveys conducted by the NRMN
GNU General Public License v3.0
4 stars 3 forks source link

Change Password Feature #1207

Closed nspool closed 1 year ago

nspool commented 1 year ago

Adds a user menu that is displayed when the user email is clicked, with options to Change Password or Logout. Change Password will change user password provided it is at least 8 characters and then immediately log out. The expires field has been added to the sec_user table. When set to a date in the past the user will be redirected to the Change Password page and cannot proceed until the password has been updated. Please ensure that 03-add-secuser-passwd-reset-flag.sql has been applied before merging.