DB and captcha settings are hardcoded.
The db settings are stored in functions/general/settings.php
The google captcha settings in :
https://github.com/FinGu/c_auth/blob/main/register.php#L5,
https://github.com/FinGu/c_auth/blob/main/register.php#L143
https://github.com/FinGu/c_auth/blob/main/reset_password.php#L9
https://github.com/FinGu/c_auth/blob/main/reset_password.php#L134
That's a bad practice as far as i know ( atleast for compiled languages ) that should be avoided.
I won't 'fix' it since i have no motivation to do so.
DB and captcha settings are hardcoded.
The db settings are stored in functions/general/settings.php
The google captcha settings in :
https://github.com/FinGu/c_auth/blob/main/register.php#L5,
https://github.com/FinGu/c_auth/blob/main/register.php#L143
https://github.com/FinGu/c_auth/blob/main/reset_password.php#L9
https://github.com/FinGu/c_auth/blob/main/reset_password.php#L134
That's a bad practice as far as i know ( atleast for compiled languages ) that should be avoided.
I won't 'fix' it since i have no motivation to do so.