Skip to content

Cara menghilangkan ini?? #49

Closed Answered by ikhsan3adi
watashiyoga asked this question in Q&A
Discussion options

You must be logged in to vote

Ulangi step berikut jika melakukan composer update / install

  • Buka file vendor/myth/auth/src/Config/Auth.php. Lalu ubah kedua baris berikut:
    public $requireActivation = 'Myth\Auth\Authentication\Activators\EmailActivator';

    public $activeResetter = 'Myth\Auth\Authentication\Resetters\EmailResetter';
  • ubah value menjadi null:
    public $requireActivation = null;

    public $activeResetter = null;
  • (Opsional) Masih di file yang sama, ubah baris berikut:
public $views = [
        'login'           => 'Myth\Auth\Views\login', // baris ini
        'register'        => 'Myth\Auth\Views\register',
        'forgot'          => 'Myth\Auth\Views\forgot',
        'reset'           => 'M…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ikhsan3adi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants