llms_get_minimum_password_strength()

Retrieve the minimum accepted password strength for student passwords


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/functions/llms.functions.person.php

function llms_get_minimum_password_strength() {
	return apply_filters( 'llms_get_minimum_password_strength', get_option( 'lifterlms_registration_password_min_strength' ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: