dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
dbxUserProfilePassword_test.php File Reference

Go to the source code of this file.

Functions

 profile_password_assert (bool $condition, string $message)

Variables

 $root = dirname(__DIR__, 3)
 $weakErrors = dbxPasswordPolicy::errors('abc', 'xyz', '', 6)
 $strongPassword = 'Ab1!xy'
 $profileSource
 $adminSource
 $profileTemplate
 $adminTemplate
 $utilities = (string)file_get_contents($root . '/js/lib/utilities.js')
 $formCss

Function Documentation

◆ profile_password_assert()

profile_password_assert ( bool $condition,
string $message )

Definition at line 8 of file dbxUserProfilePassword_test.php.

Variable Documentation

◆ $adminSource

$adminSource
Initial value:
= (string)file_get_contents(
$root . '/modules/dbxUser_admin/include/dbxUser_profil.class.php'
)

Definition at line 55 of file dbxUserProfilePassword_test.php.

◆ $adminTemplate

$adminTemplate
Initial value:
= (string)file_get_contents(
$root . '/modules/dbxUser_admin/tpl/htm/form-profil.htm'
)

Definition at line 61 of file dbxUserProfilePassword_test.php.

◆ $formCss

$formCss
Initial value:
= (string)file_get_contents(
$root . '/design/dbxapp/css/c-form.css'
)

Definition at line 65 of file dbxUserProfilePassword_test.php.

◆ $profileSource

$profileSource
Initial value:
= (string)file_get_contents(
dirname(__DIR__) . '/include/dbxUser_profil.class.php'
)

Definition at line 52 of file dbxUserProfilePassword_test.php.

◆ $profileTemplate

$profileTemplate
Initial value:
= (string)file_get_contents(
dirname(__DIR__) . '/tpl/htm/form-profil.htm'
)

Definition at line 58 of file dbxUserProfilePassword_test.php.

◆ $root

$root = dirname(__DIR__, 3)

Definition at line 5 of file dbxUserProfilePassword_test.php.

◆ $strongPassword

$strongPassword = 'Ab1!xy'

Definition at line 32 of file dbxUserProfilePassword_test.php.

◆ $utilities

$utilities = (string)file_get_contents($root . '/js/lib/utilities.js')

Definition at line 64 of file dbxUserProfilePassword_test.php.

◆ $weakErrors

$weakErrors = dbxPasswordPolicy::errors('abc', 'xyz', '', 6)

Definition at line 22 of file dbxUserProfilePassword_test.php.