Skip to content
Snippets Groups Projects
Commit c9a6be37 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Clarify in JSDOC that bbs.check_password() checks the password.can file

parent 02021bb1
No related branches found
No related tags found
No related merge requests found
......@@ -5014,7 +5014,7 @@ static jsSyncMethodSpec js_bbs_functions[] = {
{"good_password", js_chkpass, 1, JSTYPE_ALIAS },
{"check_password", js_chkpass, 1, JSTYPE_BOOLEAN, JSDOCSTR("password, [forced_unique=false]")
, JSDOCSTR("Check if requested user password meets minimum password requirements "
"(length, uniqueness, etc.) (AKA good_password).<br>"
"(length, uniqueness, etc.) (AKA good_password). Also checks the <tt>password.can</tt> filter file.<br>"
"When <i>forced_unique</i> is <tt>true</tt>, the password must be substantially different from the user's current password.")
, 310
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment