Skip to content

Commit

Permalink
revert database
Browse files Browse the repository at this point in the history
Signed-off-by: Greta Doci <gretadoci@gmail.com>
  • Loading branch information
GretaD committed Dec 4, 2019
1 parent c215919 commit efc9432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/User/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ public function loginName2UserName($loginName) {
* @return string the name of the backend to be shown
*/
public function getBackendName() {
return 'Local';
return 'Database';
}

public static function preLoginNameUsedAsUserName($param) {
Expand Down

0 comments on commit efc9432

Please sign in to comment.