Setup Selfauth

System already configured

If you with to reconfigure, please remove config.php and reload this page.

WARNING: this version of PHP does not support functions 'random_bytes' or 'openssl_random_pseudo_bytes'. This means your application is not as secure as it could be. You may continues, but it is strongly recommended you upgrade PHP.

In order to configure Selfauth, you need to fill in a few values, this page helps generate those options.
config.php was successfully written to disk
'; } else { echo '
Fill in the file config.php with the following content
'; echo '
';
        echo htmlentities($config_file_contents);
        echo '
'; } ?>