diff --git a/src/Application.hs b/src/Application.hs index bcaf1edda..0da9b1248 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -708,3 +708,4 @@ addPWEntry User{ userAuthentication = _, ..} (Text.encodeUtf8 -> pw) = db' $ do PWHashConf{..} <- getsYesod $ view _appAuthPWHash (AuthPWHash . Text.decodeUtf8 -> userAuthentication) <- liftIO $ makePasswordWith pwHashAlgorithm pw pwHashStrength void $ insert User{..} + diff --git a/src/Settings/Mime.hs b/src/Settings/Mime.hs index bd5f4290a..b2d63ae9b 100644 --- a/src/Settings/Mime.hs +++ b/src/Settings/Mime.hs @@ -30,3 +30,4 @@ mimeExtensions needle = Set.fromList [ ext | (ext, typ) <- Map.toList mimeMap, t archiveTypes, videoTypes :: Set MimeType archiveTypes = $(mimeSetFile "config/archive-types") videoTypes = $(mimeSetFile "config/video-types") + diff --git a/templates/i18n/implementation/de-de-formal.hamlet b/templates/i18n/implementation/de-de-formal.hamlet index 03418198d..8bd1a388c 100644 --- a/templates/i18n/implementation/de-de-formal.hamlet +++ b/templates/i18n/implementation/de-de-formal.hamlet @@ -29,4 +29,5 @@ $newline never
  • Steffen Jost
  • Gregor Kleen
  • Sarah Vaupel +
  • Winnie Ros
  • Wolfgang Witt diff --git a/templates/i18n/implementation/en-eu.hamlet b/templates/i18n/implementation/en-eu.hamlet index ca7ddead0..670cafe95 100644 --- a/templates/i18n/implementation/en-eu.hamlet +++ b/templates/i18n/implementation/en-eu.hamlet @@ -28,4 +28,5 @@ $newline never
  • Steffen Jost
  • Gregor Kleen
  • Sarah Vaupel +
  • Winnie Ros
  • Wolfgang Witt