Skip to content
Unverified Commit b32e252f authored by Vincent Petry's avatar Vincent Petry Committed by Lukas Reschke
Browse files

Testing md5home (#26854)



* Allow clearing default user backends in config.php

When specifying "user_backends" in config.php, a new option "default"
when set to false will prevent the default user backend to be
registered. The default one is the database backend.
This makes it possible to select exclusive user backends from apps.

* Testing app provides test user backend for alternative homes

The backend provide md5 result to getHome()

* Only md5 the user home when it's not the admin

Signed-off-by: default avatarLukas Reschke <lukas@statuscode.ch>
parent 1588dd0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment