[BUGFIX] Make WelcomeController compatible with SQLite
The WelcomeControllerPatch uses MySQL 'RAND()' function to get a random user. This is incompatible with SQLite, which might be a comfortable alternative during testing.
To allow using SQLite, use 'RANDOM()' instead, if the DB adapter is 'sqlite3'.