Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created January 7, 2021 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/35e4d5b9331a5c099331ec657f394501 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/35e4d5b9331a5c099331ec657f394501 to your computer and use it in GitHub Desktop.
<?php
'features' => [
//Features::registration(), <-- habilitar/deshabilitar el registro
Features::resetPasswords(), // <-- habilitar/deshabilitar el restablecimiento de contraseñas
// Features::emailVerification(), <-- habilitar/deshabilitar la verificiación de correo electrónico
Features::updateProfileInformation(), // <-- habilitar/deshabilitar la actualización de la información del perfil
Features::updatePasswords(), // <-- habilitar/deshabilitar la actualización de contraseña desde el perfil
Features::twoFactorAuthentication([ // <-- habilitar/deshabilitar el doble factor de autenticación
'confirmPassword' => true,
]),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment