diff --git a/src/Features.php b/src/Features.php index 38ff61a..dceaefe 100644 --- a/src/Features.php +++ b/src/Features.php @@ -61,6 +61,16 @@ public static function hasSecurityFeatures() static::canManageTwoFactorAuthentication(); } + /** + * Determine if the application can update user passwords. + * + * @return bool + */ + public static function canUpdatePasswords() + { + return static::enabled(static::updatePasswords()); + } + /** * Determine if the application can manage two factor authentication. *