X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpassword%2FPasswordFactory.php;h=86a3fefd5887a01b41080179cc25eddbeedbecea;hb=bff922cc5ff896b1499706b73ec15a3a79b681df;hp=48d6866926bc031d711c9d68325f0a00124a3679;hpb=175bc3679872cf791725084fbee84a793ca20187;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/password/PasswordFactory.php b/includes/password/PasswordFactory.php index 48d6866926..86a3fefd58 100644 --- a/includes/password/PasswordFactory.php +++ b/includes/password/PasswordFactory.php @@ -68,6 +68,15 @@ final class PasswordFactory { $this->default = $type; } + /** + * Get the default password type + * + * @return string + */ + public function getDefaultType() { + return $this->default; + } + /** * Initialize the internal static variables using the global variables *