Skip to content

Commit

Permalink
Special fix for Mariadb (#2877)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo authored Dec 12, 2024
1 parent 7728a72 commit 3508564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/passwords_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ def new
authenticate_user! if Settings.enable_logins && !Settings.allow_anonymous

@push = Password.new
# Special fix for: https://github.com/pglombardo/PasswordPusher/issues/2811
@push.passphrase = ""

respond_to(&:html)
end
Expand Down

0 comments on commit 3508564

Please sign in to comment.