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.
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 thesec_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 that03-add-secuser-passwd-reset-flag.sql
has been applied before merging.