
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 Тимофеев Никита Дмитриевич
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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- -- Michael Steele