This page is based on APPNET OS and uses cookies to personalize. APPNET OS gives users the ability to decide how to use cookies themselves. However, there are also cookies that are required for the operation of a website. By using this website you agree to the use of necessary cookies.
English

nonusablepass.php

Description
This file stores passwords that cannot be used to modify or create an user account.
The passwords are stored in a simple array and can be easily extended or adjusted if required.
Code description
 
$this->noUsablePass = [
 'password01',
 'password02'
];