Fix bugs + new screenshot

This commit is contained in:
Marcin Łojewski
2018-06-13 09:47:18 +02:00
parent e3e6aded01
commit 29f1fa0730
3 changed files with 7 additions and 6 deletions

View File

@@ -560,6 +560,7 @@ final class UserBackend extends Backend
&& !empty($this->properties[DB::HOSTNAME])
&& !empty($this->properties[DB::USERNAME])
&& !empty($this->properties[DB::USER_TABLE])
&& !empty($this->properties[DB::USER_UID_COLUMN])
&& !empty($this->properties[DB::USER_PASSWORD_COLUMN])
&& !empty($this->properties[Opt::CRYPTO_CLASS]);
}