llms_get_minimum_password_strength_name( string $strength = 'strong' )

Retrieve the translated name of minimum accepted password strength for student passwords


Description Description


Parameters Parameters

$strength

(Optional) Password strength value to translate. Default is 'strong'.

Default value: 'strong'


Top ↑

Return Return

(string)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Remove database call to deprecated option and add the $strength parameter.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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