Skip to content

Commit

Permalink
UHF-9514: More documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Aug 5, 2024
1 parent 5921f59 commit c01f186
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/helfi_tfa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Provides default configuration for TFA module.
2. Add a new secret called `TFA-ENCRYPTION-KEY` to Azure KeyVault and copy the key as value
3. Enable `helfi_tfa` module

## Reset TFA settings for other users

At the moment, users logging-in using Tunnistamo cannot reset/disable TFA for other users due to password requirements.

You can use Drush to reset TFA settings until this is fixed:

```bash
drush tfa:reset-user --uid xyz
```

## Exclude roles

Go to Configuration -> TFA Settings (`/admin/config/people/tfa`) and uncheck the role from `Roles required to set up TFA` and save the form.
Expand Down

0 comments on commit c01f186

Please sign in to comment.