diff options
Diffstat (limited to 'includes/password/PasswordFactory.php')
-rw-r--r-- | includes/password/PasswordFactory.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/password/PasswordFactory.php b/includes/password/PasswordFactory.php index 48d6866926bc..86a3fefd5887 100644 --- a/includes/password/PasswordFactory.php +++ b/includes/password/PasswordFactory.php @@ -69,6 +69,15 @@ final class PasswordFactory { } /** + * Get the default password type + * + * @return string + */ + public function getDefaultType() { + return $this->default; + } + + /** * Initialize the internal static variables using the global variables * * @param Config $config Configuration object to load data from |