mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-05 12:21:02 +01:00
Minor, clean up an obsolete hardcode (no password registration).
This commit is contained in:
parent
7eb579788e
commit
f7e27e36da
1 changed files with 0 additions and 6 deletions
|
@ -35,12 +35,6 @@ final class PhabricatorAuthProviderPassword
|
||||||
return '100-'.$this->getProviderName();
|
return '100-'.$this->getProviderName();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shouldAllowRegistration() {
|
|
||||||
// TODO: Hard code this as "false" for now so we don't inadvertantly open
|
|
||||||
// up password registration where it did not previously exist.
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function shouldAllowAccountLink() {
|
public function shouldAllowAccountLink() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue