<<

NAME

Koha::Schema::Result::BorrowerPasswordRecovery

TABLE: borrower_password_recovery

ACCESSORS

borrowernumber

  data_type: 'integer'
  is_nullable: 0

the user asking a password recovery

uuid

  data_type: 'varchar'
  is_nullable: 0
  size: 128

a unique string to identify a password recovery attempt

valid_until

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

a time limit on the password recovery attempt

PRIMARY KEY

<<