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
|
PWHashConf{..} <- getsYesod $ view _appAuthPWHash
|
||||||
(AuthPWHash . Text.decodeUtf8 -> userAuthentication) <- liftIO $ makePasswordWith pwHashAlgorithm pw pwHashStrength
|
(AuthPWHash . Text.decodeUtf8 -> userAuthentication) <- liftIO $ makePasswordWith pwHashAlgorithm pw pwHashStrength
|
||||||
void $ insert User{..}
|
void $ insert User{..}
|
||||||
|
|
||||||
|
|||||||
@ -30,3 +30,4 @@ mimeExtensions needle = Set.fromList [ ext | (ext, typ) <- Map.toList mimeMap, t
|
|||||||
archiveTypes, videoTypes :: Set MimeType
|
archiveTypes, videoTypes :: Set MimeType
|
||||||
archiveTypes = $(mimeSetFile "config/archive-types")
|
archiveTypes = $(mimeSetFile "config/archive-types")
|
||||||
videoTypes = $(mimeSetFile "config/video-types")
|
videoTypes = $(mimeSetFile "config/video-types")
|
||||||
|
|
||||||
|
|||||||
@ -29,4 +29,5 @@ $newline never
|
|||||||
<li>Steffen Jost
|
<li>Steffen Jost
|
||||||
<li>Gregor Kleen
|
<li>Gregor Kleen
|
||||||
<li>Sarah Vaupel
|
<li>Sarah Vaupel
|
||||||
|
<li>Winnie Ros
|
||||||
<li>Wolfgang Witt
|
<li>Wolfgang Witt
|
||||||
|
|||||||
@ -28,4 +28,5 @@ $newline never
|
|||||||
<li>Steffen Jost
|
<li>Steffen Jost
|
||||||
<li>Gregor Kleen
|
<li>Gregor Kleen
|
||||||
<li>Sarah Vaupel
|
<li>Sarah Vaupel
|
||||||
|
<li>Winnie Ros
|
||||||
<li>Wolfgang Witt
|
<li>Wolfgang Witt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user