Skip to content

Commit

Permalink
DB reset user fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapollastri committed May 5, 2020
1 parent a5ee93f commit 7ea355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/DatabasesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function reset(Request $request) {
$application->save();
$app = [
'user' => $request->username,
'pass' => $request->password,
'pass' => $application->password,
'dbname' => $request->username,
'dbuser' => $request->username,
'dbpass' => $pass,
Expand Down

0 comments on commit 7ea355a

Please sign in to comment.