Update
CI / scan_ruby (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-04-29 12:20:15 +01:00
parent f7fe9b0174
commit e69d6856aa
7 changed files with 28 additions and 86 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ class AdminsController < ApplicationController
end
def submitted_password
params.fetch(:password, "").upcase.gsub(/\s+/, "")
params.fetch(:password, "").upcase.split(/[\s\-]+/).reject(&:empty?).join("-")
end
end