From 7c34a3676d294c9a1acc69f71ab3061074509160 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 30 Apr 2024 06:59:19 +0000 Subject: Rework Help module + begin tests for Setup module --- doc/hook/check_account_password.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 doc/hook/check_account_password.bb (limited to 'doc/hook/check_account_password.bb') diff --git a/doc/hook/check_account_password.bb b/doc/hook/check_account_password.bb deleted file mode 100644 index ce5202f48..000000000 --- a/doc/hook/check_account_password.bb +++ /dev/null @@ -1,17 +0,0 @@ -[h2]check_account_password[/h2] -Use this hook to provide additional checks or validations of the password given when -registering and account. -[h3]Arguments:[/h3] -[code=php]array( - 'password' => $password, // The password to check - 'result' => array( - 'error' => false, - 'message' => '' - ) -)[/code] -[h3]Results:[/h3] -For a failed check set the [code]error[/code] member of the [code]result[/code] -array to [code]true[/code] and the [code]message[/code] to a short message -explaining why it failed. - -Otherwise, leave it alone. -- cgit v1.2.3