DBI_credsEdit_handler: DBI edit to the database handler

View source: R/DBI_handlers.R

DBI_credsEdit_handlerR Documentation

DBI edit to the database handler

Description

Default handler function querying database to confirm credentials edit procedure and update values saved within database. Used within object of RegLogDBIConnector class internally.

Usage

DBI_credsEdit_handler(self, private, message)

Arguments

self

R6 object element

private

R6 object element

message

RegLogConnectorMessage which need to contain within its data:

  • account_id

  • password

It can also contain elements for change:

  • new_username

  • new_email

  • new_password

See Also

Other DBI handler functions: DBI_login_handler(), DBI_register_handler(), DBI_resetPass_confirmation_handler(), DBI_resetPass_generation_handler()


shiny.reglog documentation built on Aug. 31, 2022, 1:06 a.m.