DBI resetpass code confirmation handler
DBI_resetPass_confirmation_handler.Rd
Default handler function querying database to confirm credentials
edit procedure and update values saved within database. Used within object of
RegLogDBIConnector
class internally.
Arguments
- self
R6 object element
- private
R6 object element
- message
RegLogConnectorMessage which need to contain within its data:
username
reset_code
password
See also
Other DBI handler functions:
DBI_credsEdit_handler()
,
DBI_login_handler()
,
DBI_register_handler()
,
DBI_resetPass_generation_handler()