Fix install instruction on project-page

Created on 20 February 2024, over 1 year ago

Problem/Motivation

On the project page this is the intruction to enable the module:

Disable TFA with drush config-set tfa.settings enabled 0
Enable TFA with drush config-set tfa.settings enabled 1

But this will generate a schema error. It should be a boolean.

So please change it to:

Disable TFA with drush config-set tfa.settings enabled false
Enable TFA with drush config-set tfa.settings enabled true
πŸ“Œ Task
Status

Active

Version

1.0

Component

Documentation

Created by

πŸ‡³πŸ‡±Netherlands joshahubbers

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @joshahubbers
  • Status changed to Postponed: needs info over 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States cmlara

    I'm not able to replicate an error:

    cmlara@tfa-web:/var/www/html$ drush cset tfa.settings enabled 1
    
     Do you want to update enabled key in tfa.settings config? (yes/no) [yes]:
     > 
    
    cmlara@tfa-web:/var/www/html$ drush cget tfa.settings enabled
    'tfa.settings:enabled': true
    
    cmlara@tfa-web:/var/www/html$ drush --version
    Drush Commandline Tool 12.4.3.0
    

    Is there any details missing?

  • Status changed to Closed: cannot reproduce 9 days ago
  • πŸ‡ΊπŸ‡ΈUnited States cmlara
Production build 0.71.5 2024