protected property TfaRandomTrait::$allowedRandomLetters in Two-factor Authentication (TFA) 8
Letters allowed during random string generation.
Note that the letters 'O' and 'l' have been removed to avoid confusion with the numbers '0' and '1'.
Type: string
File
- src/
TfaRandomTrait.php, line 30
Class
- TfaRandomTrait
- Trait TfaRandomTrait for generating cryptographically secure random data.
Namespace
Drupal\tfaCode
protected $allowedRandomLetters = 'abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ';