MySQL 9.0.0
Source Code Documentation
acl_table::Password_lock Struct Reference

#include <acl_table_user.h>

Public Member Functions

 Password_lock ()
 
Password_lockoperator= (const Password_lock &other)
 
Password_lockoperator= (Password_lock &&other)
 
 Password_lock (const Password_lock &other)
 
 Password_lock (Password_lock &&other)
 

Public Attributes

int password_lock_time_days
 read from the user config. More...
 
uint failed_login_attempts
 read from the user config. More...
 

Constructor & Destructor Documentation

◆ Password_lock() [1/3]

acl_table::Password_lock::Password_lock ( )

◆ Password_lock() [2/3]

acl_table::Password_lock::Password_lock ( const Password_lock other)

◆ Password_lock() [3/3]

acl_table::Password_lock::Password_lock ( Password_lock &&  other)

Member Function Documentation

◆ operator=() [1/2]

Password_lock & acl_table::Password_lock::operator= ( const Password_lock other)

◆ operator=() [2/2]

Password_lock & acl_table::Password_lock::operator= ( Password_lock &&  other)

Member Data Documentation

◆ failed_login_attempts

uint acl_table::Password_lock::failed_login_attempts

read from the user config.

The number of failed login attempts before the account is locked

◆ password_lock_time_days

int acl_table::Password_lock::password_lock_time_days

read from the user config.

The number of days to keep the account locked


The documentation for this struct was generated from the following files: