identity.ferling.hu Open in urlscan Pro
109.61.67.122  Public Scan

Submitted URL: https://identity.ferling.hu/
Effective URL: https://identity.ferling.hu/maintenance-mode-database-configuration
Submission: On March 21 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

POST /maintenance-mode-database-configuration

<form action="/maintenance-mode-database-configuration" class="labels-left full" method="POST">
  <fieldset>
    <div id="mysql-warning" class="alert warning" style="display: none;">
      <div class="body">
        <p>
          <strong>WARNING!</strong>
        </p>
        <p>If you would like to use MySQL for your database, you will need to download and manually install the MySQL connector. You can find the instructions for downloading and installing the MySQL connector in
          <a href="https://fusionauth.io/docs/v1/tech/installation-guide/database">our documentation</a>. If you are using Docker, you will need to build your own Docker container based on our
          <a href="https://github.com/FusionAuth/fusionauth-containers/blob/master/docker/fusionauth/fusionauth-app-mysql/Dockerfile">example Docker container</a> that includes the MySQL connector.</p>
        <p>Sorry for the headache, but since MySQL and it's connector are licensed under the GPL, we cannot legally include their connector with FusionAuth. Furthermore, if you download and manually install the MySQL connector, you are creating your
          own bundle of FusionAuth and are agreeing to the MySQL connector license. This bundle can be used for internal business purposes. You are not allowed to redistribute your own bundle without a reseller license for FusionAuth and a commercial
          license for MySQL.</p>
        <p>May the force be with you.</p>
      </div>
    </div>
    <legend>Database type</legend>
    <p>FusionAuth is in maintenance mode because your database is not ready, it is either not running or does not contain the FusionAuth database or tables.</p>
    <div id="database_dbType-form-row" class="form-row">
      <label>Database type</label> <label class="radio"><input type="radio" name="database.dbType" id="database_dbType-postgresql" value="postgresql" checked=""><span class="box"></span><span class="label">postgresql</span></label>
      <label class="radio"><input type="radio" name="database.dbType" id="database_dbType-mysql" value="mysql"><span class="box"></span><span class="label">mysql</span></label>
      <input type="hidden" name="__rb_database.dbType" value="">
    </div>
    <div id="database_host-form-row" class="form-row">
      <label for="database_host">Host<span class="required">*</span></label><input type="text" class="text" autocapitalize="none" autocomplete="on" autocorrect="off" autofocus="autofocus" id="database_host" name="database.host" spellcheck="false"
        value="localhost">
    </div>
    <div id="database_port-form-row" class="form-row">
      <label for="database_port">Port<span class="required">*</span><i class="fa fa-info-circle" data-tooltip="The default port for MySQL is 3306, the default port for PostgreSQL is 5432, your configuration may vary"></i></label><input type="text"
        class="text" autocapitalize="none" autocomplete="on" autocorrect="off" id="database_port" name="database.port" tooltip="The default port for MySQL is 3306, the default port for PostgreSQL is 5432, your configuration may vary" value="5432">
    </div>
    <div id="database_database-form-row" class="form-row">
      <label for="database_database">Database<span class="required">*</span></label><input type="text" class="text" autocapitalize="none" autocomplete="on" autocorrect="off" id="database_database" name="database.database" spellcheck="false"
        value="fusionauth">
    </div>
    <div id="database_ssl-form-row" class="form-row">
      <label for="database_ssl">TLS enabled</label> <input type="hidden" name="__cb_database.ssl" value="false">
      <label class="toggle"><input type="checkbox" id="database_ssl" name="database.ssl" value="true"><span class="rail"></span><span class="pin"></span></label>
    </div>
  </fieldset>
  <fieldset>
    <legend>Superuser credentials</legend>
    <p> Optionally provide your existing database superuser username and password. </p>
    <p>If you don't have superuser privileges to your database (i.e. you are using a cloud database system that creates an named empty database for you), you can leave these fields blank.</p>
    <p>If you have superuser privileges to the database server and a named database for FusionAuth doesn't exist yet, FusionAuth can create it for you. FusionAuth can also create the less privileged user using the two fields in the "FusionAuth
      Credentials" section below. In order to accomplish these tasks, you must supply the superuser credentials here. If you do not know the database superuser credentials, you will need to ask your database administrator.</p>
    <p><strong>NOTE:</strong>This username and password will only be used during this database configuration step and will not be stored by FusionAuth for future use.</p>
    <p></p>
    <div id="rootUsername-form-row" class="form-row">
      <label for="rootUsername">Username</label><input type="text" class="text" autocapitalize="none" autocomplete="off" autocorrect="off" id="rootUsername" name="rootUsername" spellcheck="false">
    </div>
    <div id="rootPassword-form-row" class="form-row">
      <label for="rootPassword">Password</label><input type="text" class="text" autocapitalize="none" autocomplete="off" autocorrect="off" id="rootPassword" name="rootPassword" spellcheck="false">
    </div>
  </fieldset>
  <fieldset>
    <legend>FusionAuth credentials</legend>
    <p> Provide a new username and password to own the FusionAuth database. This database user will be created with the provided password if it does not exist, if you specify a database user that already exists, you must also provide the correct
      password. </p>
    <p>This username and password will be stored in the FusionAuth configuration file and used to connect to your database at runtime.</p>
    <p></p>
    <div id="database_username-form-row" class="form-row">
      <label for="database_username">Username<span class="required">*</span></label><input type="text" class="text" autocapitalize="none" autocomplete="off" autocorrect="off" id="database_username" name="database.username" spellcheck="false"
        value="fusionauth">
    </div>
    <div id="database_password-form-row" class="form-row">
      <label for="database_password">Password<span class="required">*</span></label><input type="text" class="text" autocapitalize="none" autocomplete="off" autocorrect="off" id="database_password" name="database.password" spellcheck="false"
        value="0dvQrUxHKqQ-ZyJ4xGtWf2Aq5ykii4qc5_78dJj1Vd8">
    </div>
  </fieldset>
  <button class="blue button" name="" value=""><i class="fa fa-arrow-right"></i> Submit</button>
</form>

Text Content

 * Help


MAINTENANCE MODE

WARNING!

If you would like to use MySQL for your database, you will need to download and
manually install the MySQL connector. You can find the instructions for
downloading and installing the MySQL connector in our documentation. If you are
using Docker, you will need to build your own Docker container based on our
example Docker container that includes the MySQL connector.

Sorry for the headache, but since MySQL and it's connector are licensed under
the GPL, we cannot legally include their connector with FusionAuth. Furthermore,
if you download and manually install the MySQL connector, you are creating your
own bundle of FusionAuth and are agreeing to the MySQL connector license. This
bundle can be used for internal business purposes. You are not allowed to
redistribute your own bundle without a reseller license for FusionAuth and a
commercial license for MySQL.

May the force be with you.

Database type

FusionAuth is in maintenance mode because your database is not ready, it is
either not running or does not contain the FusionAuth database or tables.

Database type postgresql mysql
Host*
Port*
Database*
TLS enabled
Superuser credentials

Optionally provide your existing database superuser username and password.

If you don't have superuser privileges to your database (i.e. you are using a
cloud database system that creates an named empty database for you), you can
leave these fields blank.

If you have superuser privileges to the database server and a named database for
FusionAuth doesn't exist yet, FusionAuth can create it for you. FusionAuth can
also create the less privileged user using the two fields in the "FusionAuth
Credentials" section below. In order to accomplish these tasks, you must supply
the superuser credentials here. If you do not know the database superuser
credentials, you will need to ask your database administrator.

NOTE:This username and password will only be used during this database
configuration step and will not be stored by FusionAuth for future use.



Username
Password
FusionAuth credentials

Provide a new username and password to own the FusionAuth database. This
database user will be created with the provided password if it does not exist,
if you specify a database user that already exists, you must also provide the
correct password.

This username and password will be stored in the FusionAuth configuration file
and used to connect to your database at runtime.



Username*
Password*
Submit