User Tools

Site Tools


medal-data-user-guide

This is an old revision of the document!


medAL-data User Guide

FIXME: add description

Sections which are marked with a * are available for IT administrators only.

Password

Reset your own password

FIXME

Reset user's password *

FIXME

Two-Factor authentication

Generate secrets for all users *

It may happen that some users do not have two-factor authentication enabled on their account (mainly due to accounts created before the medAL-data update adding this implementation).To generate secrets for users that do not yet have two-factor authentication enabled, run:

php artisan 2fa:authenticate_all --send_email

, and confirm by typing yes.

Users should receive their code via email.

Generate a new secret *

To refresh a new two-factor authentication secret for a given user, follow these steps:

  1. Run the command:
    php artisan 2fa:reauthenticate --send_email
  2. Enter the user's email address and press Enter.
  3. Confirm by typing yes.

The new code should be printed, and an email should receive their new code via email.

medal-data-user-guide.1639744907.txt.gz ยท Last modified: 2021/12/17 13:41 by arnaud_poletto