refactor(messages): templates/i18n/implementation Name added
This commit is contained in:
parent
468fbcffa3
commit
95c418b34b
@ -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{..}
|
||||
|
||||
|
||||
@ -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")
|
||||
|
||||
|
||||
@ -29,4 +29,5 @@ $newline never
|
||||
<li>Steffen Jost
|
||||
<li>Gregor Kleen
|
||||
<li>Sarah Vaupel
|
||||
<li>Winnie Ros
|
||||
<li>Wolfgang Witt
|
||||
|
||||
@ -28,4 +28,5 @@ $newline never
|
||||
<li>Steffen Jost
|
||||
<li>Gregor Kleen
|
||||
<li>Sarah Vaupel
|
||||
<li>Winnie Ros
|
||||
<li>Wolfgang Witt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user