##// END OF EJS Templates
auth: Fix password_changed function, fixes #4043....
auth: Fix password_changed function, fixes #4043. Never repot a changed password for default or anonymous users. If anonymous access is disabled we don't get the default user here so we also have to check if it is the anonymous user. In both cases (default user and anonymous user) we can skip the password change check and return False.

File last commit:

r1:854a839a default
r482:930b0a4d default
Show More
using-mysql.rst
26 lines | 988 B | text/x-rst | RstLexer

MySQL or MariaDB

To use a MySQL or MariaDB database you should install and configure the database before installing |RCM|. This is because during |RCM| installation you will setup a connection to your MySQL or MariaDB database. To work with either, use the following steps:

  1. Depending on your |os|, install a MySQL or MariaDB database following the appropriate instructions from the MySQL website or MariaDB website.
  2. Configure the database with a username and password which you will use with |RCM|.
  3. Install |RCM|, and during installation select MySQL as your database.
  4. Enter the following information during the database setup:
    • Your network IP Address
    • The port number for MySQL or MariaDB access. The default port for both is 3306
    • Your database username
    • Your database password
    • A new database name