[Haskell-cafe] YesodAuth documentation

Michael Steele mikesteele81 at gmail.com
Mon Jun 13 17:40:04 CEST 2011


>Does exist some simple examples using yesod authentication except code of
Haskellers site? Does exist some examples using YesodAuthEmail?

Another example is Orangeroster [1].

>For example, can i use  third-party mail server instead of Sendmail for
YesodAuthEmail?

No. Email handling is done through the mime-mail package, which uses
sendmail to do it's work.

>Can i disable registration confirmation? Does passwords stored in a
database in an unencrypted form?

The stock email plugin does not let you disable these features, but it
should be easy to write your own.

[1] : http://github.com/snoyberg/orangeroster
2011/6/13 Тимофеев Никита Дмитриевич <ndtimofeev at gmail.com>

> Does exist some simple examples using yesod authentication except code
> of Haskellers site? Does exist some examples using YesodAuthEmail?
>
> For example, can i use third-party mail server instead of Sendmail for
> YesodAuthEmail? Can i disable registration confirmation? Does passwords
> stored in a database in an unencrypted form?
>
> --
> Timofeev N.D.
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
-- Michael Steele
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110613/7c4a928b/attachment.htm>


More information about the Haskell-Cafe mailing list