Page MenuHomec4science

PhabricatorAuthFactorProviderMFAEngine.php
No OneTemporary

File Metadata

Created
Sat, Jan 18, 07:51

PhabricatorAuthFactorProviderMFAEngine.php

<?php
final class PhabricatorAuthFactorProviderMFAEngine
extends PhabricatorEditEngineMFAEngine {
public function shouldTryMFA() {
return true;
}
}

Event Timeline