id summary reporter owner description type status priority milestone component version resolution keywords cc drp_resources i_links o_links remaining_time sprint 13053 Bug: Password Reset is not an Error khgillen atarkowska "The password reset dialogue in OMERO.web 5.1.4 is currently triggering ERROR entries in the OMEROweb.log. Case 1: The username does not exist in OMERO - the error message is ""No such experimenter"". {{{ 2015-10-06 10:51:05,515 ERROR [ omeroweb.webadmin.views] (proc.03838) forgotten_password:345 object #0 (::omero::cmd::ERR) { category = ::omero::cmd::ResetPasswordRequest name = unknown-user parameters = { key = ApiUsageException value = No such experimenter: {userid} } } }}} The user should be informed, certainly, but this is not an ERROR state of OMERO - it's working as it should. 2: A user trying a password reset with an email address that doesn't match the entry in their OMERO user account, this is generating an ERROR entry in the OMEROweb.log - once again, this is a normal function of OMERO and should not be producing ERROR log entries. {{{ ERROR: demo OMEROweb: 2015-10-06 11:10:19,308 ERROR [ omeroweb.webadmin.views] (proc.03839) forgotten_password:345 object #0 (::omero::cmd::ERR) { category = ::omero::cmd::ResetPasswordRequest name = not-match parameters = { key = ApiUsageException value = Email address does not match. } } }}}" task new minor Permissions Web logging, password ux@…